# WordPress MySQL database backup
#
# Generated: Wednesday 1. March 2017 18:22 UTC
# Hostname: localhost
# Database: `notactiv_wp1`
# --------------------------------------------------------
/*!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:"https://stage.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:"https://stage.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:"https://stage.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:"https://stage.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,
  PRIMARY KEY (`enquiry_id`),
  UNIQUE KEY `enquiry_hash` (`enquiry_hash`)
) ENGINE=MyISAM AUTO_INCREMENT=582 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:89:"https://stage.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:73:"https://stage.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:94:"https://stage.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:89:"https://stage.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:80:"https://stage.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:106:"https://stage.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:88:"https://stage.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:75:"https://stage.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:76:"https://stage.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:89:"https://stage.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:106:"https://stage.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:74:"https://stage.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:106:"https://stage.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:75:"https://stage.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:78:"https://stage.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:88:"https://stage.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:79:"https://stage.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:75:"https://stage.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:89:"https://stage.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:75:"https://stage.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:89:"https://stage.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:89:"https://stage.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:97:"https://stage.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:79:"https://stage.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:74:"https://stage.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:74:"https://stage.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:94:"https://stage.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:89:"https://stage.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:77:"https://stage.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:75:"https://stage.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:82:"https://stage.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:79:"https://stage.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:74:"https://stage.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:94:"https://stage.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:76:"https://stage.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:74:"https://stage.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:73:"https://stage.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:94:"https://stage.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:79:"https://stage.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:75:"https://stage.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:89:"https://stage.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:89:"https://stage.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:74:"https://stage.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:94:"https://stage.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:89:"https://stage.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:90:"https://stage.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:88:"https://stage.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:89:"https://stage.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:89:"https://stage.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:89:"https://stage.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:97:"https://stage.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:85:"https://stage.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:81:"https://stage.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:90:"https://stage.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:74:"https://stage.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:76:"https://stage.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:88:"https://stage.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:75:"https://stage.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:90:"https://stage.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:82:"https://stage.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:75:"https://stage.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:92:"https://stage.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:89:"https://stage.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:89:"https://stage.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:75:"https://stage.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:77:"https://stage.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:94:"https://stage.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:94:"https://stage.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:78:"https://stage.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:94:"https://stage.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:79:"https://stage.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:88:"https://stage.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:77:"https://stage.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:89:"https://stage.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:93:"https://stage.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:79:"https://stage.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:82:"https://stage.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:82:"https://stage.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:74:"https://stage.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:79:"https://stage.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:74:"https://stage.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:89:"https://stage.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:75:"https://stage.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:75:"https://stage.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:76:"https://stage.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:94:"https://stage.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:88:"https://stage.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:89:"https://stage.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:74:"https://stage.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:78:"https://stage.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:79:"https://stage.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:93:"https://stage.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:89:"https://stage.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:89:"https://stage.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:76:"https://stage.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:85:"https://stage.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:94:"https://stage.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:77:"https://stage.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:94:"https://stage.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:81:"https://stage.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:74:"https://stage.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:78:"https://stage.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:78:"https://stage.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:88:"https://stage.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:99:"https://stage.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:79:"https://stage.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:82:"https://stage.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:94:"https://stage.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:95:"https://stage.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:75:"https://stage.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:89:"https://stage.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:76:"https://stage.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:75:"https://stage.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:74:"https://stage.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:89:"https://stage.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:75:"https://stage.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:89:"https://stage.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:89:"https://stage.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:77:"https://stage.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:75:"https://stage.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:75:"https://stage.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:74:"https://stage.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:75:"https://stage.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:75:"https://stage.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:82:"https://stage.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:75:"https://stage.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:82:"https://stage.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:73:"https://stage.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:73:"https://stage.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:74:"https://stage.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:106:"https://stage.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:79:"https://stage.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:73:"https://stage.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:89:"https://stage.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:75:"https://stage.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:75:"https://stage.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:88:"https://stage.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:89:"https://stage.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:74:"https://stage.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:89:"https://stage.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:75:"https://stage.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:94:"https://stage.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:94:"https://stage.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:80:"https://stage.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:94:"https://stage.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:89:"https://stage.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:74:"https://stage.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:75:"https://stage.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:78:"https://stage.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:74:"https://stage.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:89:"https://stage.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:89:"https://stage.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:76:"https://stage.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:89:"https://stage.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:106:"https://stage.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:89:"https://stage.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:78:"https://stage.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:89:"https://stage.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:88:"https://stage.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:75:"https://stage.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:89:"https://stage.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:88:"https://stage.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:76:"https://stage.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:73:"https://stage.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:89:"https://stage.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:94:"https://stage.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:90:"https://stage.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:88:"https://stage.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:78:"https://stage.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:86:"https://stage.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:79:"https://stage.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:97:"https://stage.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:94:"https://stage.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:95:"https://stage.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:77:"https://stage.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:106:"https://stage.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:74:"https://stage.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:94:"https://stage.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:74:"https://stage.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:74:"https://stage.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:74:"https://stage.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:89:"https://stage.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:82:"https://stage.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:77:"https://stage.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:77:"https://stage.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:85:"https://stage.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:94:"https://stage.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:79:"https://stage.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:73:"https://stage.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:87:"https://stage.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:82:"https://stage.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:75:"https://stage.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:89:"https://stage.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:89:"https://stage.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:82:"https://stage.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:94:"https://stage.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:73:"https://stage.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:81:"https://stage.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:73:"https://stage.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:81:"https://stage.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:100:"https://stage.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:73:"https://stage.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:73:"https://stage.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:89:"https://stage.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:75:"https://stage.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:89:"https://stage.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:78:"https://stage.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:78:"https://stage.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:88:"https://stage.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:106:"https://stage.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:89:"https://stage.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:89:"https://stage.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:73:"https://stage.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:85:"https://stage.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:76:"https://stage.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:73:"https://stage.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:89:"https://stage.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:89:"https://stage.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:76:"https://stage.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:102:"https://stage.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:79:"https://stage.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:75:"https://stage.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:75:"https://stage.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:73:"https://stage.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:98:"https://stage.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:73:"https://stage.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:74:"https://stage.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:74:"https://stage.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:89:"https://stage.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:76:"https://stage.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:74:"https://stage.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:74:"https://stage.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:76:"https://stage.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:88:"https://stage.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:88:"https://stage.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:74:"https://stage.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:89:"https://stage.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:80:"https://stage.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:75:"https://stage.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:88:"https://stage.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:73:"https://stage.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:88:"https://stage.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:75:"https://stage.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:81:"https://stage.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:106:"https://stage.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:89:"https://stage.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:74:"https://stage.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:82:"https://stage.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:86:"https://stage.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:80:"https://stage.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:90:"https://stage.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:75:"https://stage.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:93:"https://stage.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:78:"https://stage.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:81:"https://stage.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:82:"https://stage.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:89:"https://stage.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:78:"https://stage.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:88:"https://stage.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:89:"https://stage.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:73:"https://stage.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:73:"https://stage.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:77:"https://stage.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:95:"https://stage.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:86:"https://stage.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:74:"https://stage.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:89:"https://stage.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:88:"https://stage.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:94:"https://stage.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:75:"https://stage.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:77:"https://stage.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:74:"https://stage.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:89:"https://stage.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:78:"https://stage.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:74:"https://stage.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:89:"https://stage.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:73:"https://stage.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:79:"https://stage.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:79:"https://stage.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:89:"https://stage.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:88:"https://stage.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:77:"https://stage.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:80:"https://stage.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:74:"https://stage.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:75:"https://stage.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:79:"https://stage.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:89:"https://stage.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:89:"https://stage.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:85:"https://stage.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:73:"https://stage.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:89:"https://stage.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:106:"https://stage.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:106:"https://stage.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:94:"https://stage.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:79:"https://stage.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:79:"https://stage.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:89:"https://stage.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:94:"https://stage.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:74:"https://stage.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:89:"https://stage.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:74:"https://stage.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:88:"https://stage.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:99:"https://stage.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:76:"https://stage.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:75:"https://stage.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:90:"https://stage.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:79:"https://stage.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:77:"https://stage.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:106:"https://stage.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:75:"https://stage.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:84:"https://stage.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:74:"https://stage.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:74:"https://stage.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:86:"https://stage.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:78:"https://stage.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:74:"https://stage.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:82:"https://stage.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:80:"https://stage.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:94:"https://stage.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:75:"https://stage.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:79:"https://stage.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:73:"https://stage.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:76:"https://stage.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:76:"https://stage.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:79:"https://stage.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:75:"https://stage.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:74:"https://stage.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:73:"https://stage.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:74:"https://stage.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:89:"https://stage.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:94:"https://stage.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:76:"https://stage.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:89:"https://stage.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:80:"https://stage.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:89:"https://stage.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:89:"https://stage.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:77:"https://stage.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:75:"https://stage.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:76:"https://stage.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:89:"https://stage.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:89:"https://stage.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:106:"https://stage.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:93:"https://stage.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:79:"https://stage.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:74:"https://stage.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:93:"https://stage.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:76:"https://stage.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:89:"https://stage.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:94:"https://stage.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:78:"https://stage.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:74:"https://stage.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:74:"https://stage.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:79:"https://stage.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:74:"https://stage.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:75:"https://stage.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:74:"https://stage.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:74:"https://stage.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:89:"https://stage.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:79:"https://stage.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:94:"https://stage.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:88:"https://stage.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:89:"https://stage.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:89:"https://stage.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:89:"https://stage.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:89:"https://stage.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:89:"https://stage.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:89:"https://stage.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:89:"https://stage.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:77:"https://stage.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:94:"https://stage.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:78:"https://stage.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:77:"https://stage.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:106:"https://stage.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:89:"https://stage.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:89:"https://stage.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:75:"https://stage.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:75:"https://stage.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:87:"https://stage.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:85:"https://stage.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:73:"https://stage.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:88:"https://stage.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:85:"https://stage.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:88:"https://stage.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:85:"https://stage.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:77:"https://stage.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:88:"https://stage.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:89:"https://stage.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:95:"https://stage.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:94:"https://stage.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:89:"https://stage.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:79:"https://stage.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:89:"https://stage.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:89:"https://stage.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:89:"https://stage.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:89:"https://stage.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:89:"https://stage.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:89:"https://stage.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:74:"https://stage.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:76:"https://stage.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:77:"https://stage.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:77:"https://stage.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:75:"https://stage.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:78:"https://stage.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:75:"https://stage.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:75:"https://stage.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:79:"https://stage.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:86:"https://stage.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:74:"https://stage.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:89:"https://stage.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:89:"https://stage.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:89:"https://stage.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:88:"https://stage.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:78:"https://stage.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:89:"https://stage.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:78:"https://stage.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:89:"https://stage.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:89:"https://stage.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:74:"https://stage.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:75:"https://stage.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:89:"https://stage.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:94:"https://stage.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:88:"https://stage.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:89:"https://stage.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:89:"https://stage.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:73:"https://stage.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:82:"https://stage.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:73:"https://stage.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:85:"https://stage.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:76:"https://stage.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:77:"https://stage.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:77:"https://stage.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:74:"https://stage.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:75:"https://stage.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:82:"https://stage.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:85:"https://stage.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:93:"https://stage.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:84:"https://stage.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:89:"https://stage.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:76:"https://stage.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:82:"https://stage.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:89:"https://stage.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:94:"https://stage.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:73:"https://stage.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:73:"https://stage.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:73:"https://stage.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:73:"https://stage.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:75:"https://stage.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:91:"https://stage.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:76:"https://stage.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:75:"https://stage.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:74:"https://stage.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:75:"https://stage.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:78:"https://stage.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:81:"https://stage.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:75:"https://stage.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:82:"https://stage.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:74:"https://stage.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:95:"https://stage.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:89:"https://stage.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:74:"https://stage.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:94:"https://stage.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:74:"https://stage.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:74:"https://stage.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:78:"https://stage.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:90:"https://stage.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:88:"https://stage.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:78:"https://stage.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:81:"https://stage.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:77:"https://stage.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:89:"https://stage.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:75:"https://stage.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:79:"https://stage.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:75:"https://stage.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:76:"https://stage.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:79:"https://stage.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:76:"https://stage.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:89:"https://stage.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:74:"https://stage.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:74:"https://stage.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:79:"https://stage.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:75:"https://stage.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:76:"https://stage.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:75:"https://stage.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:106:"https://stage.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, 14 oz.\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:79:"https://stage.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:75:"https://stage.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:79:"https://stage.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:89:"https://stage.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:74:"https://stage.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:79:"https://stage.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:78:"https://stage.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:93:"https://stage.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:76:"https://stage.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:79:"https://stage.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:75:"https://stage.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:74:"https://stage.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:89:"https://stage.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:97:"https://stage.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:74:"https://stage.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:75:"https://stage.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:89:"https://stage.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:89:"https://stage.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:82:"https://stage.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:82:"https://stage.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:77:"https://stage.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:89:"https://stage.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:74:"https://stage.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:87:"https://stage.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:76:"https://stage.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:89:"https://stage.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:106:"https://stage.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:106:"https://stage.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, '');
#
# 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=582 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);
#
# 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=208 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');
#
# 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_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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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/wp_staging/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=186 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', 'field_1'); 
INSERT INTO `wp_nf_objectmeta` VALUES (63, 4, 'from_address', 'field_2'); 
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', '375'); 
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', ''); 
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', '236'); 
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', '');
#
# 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=16 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');
#
# 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=7 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');
#
# 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=39 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);
#
# 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=620332 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_options`
#
 
INSERT INTO `wp_options` VALUES (1, 'siteurl', 'https://stage.miller-stephenson.com', 'yes'); 
INSERT INTO `wp_options` VALUES (2, 'home', 'https://stage.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@notactiveddd.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:39:{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:36:"contact-form-7/wp-contact-form-7.php";i:6;s:37:"disable-comments/disable-comments.php";i:7;s:59:"disable-woocommerce-reviews/disable-woocommerce-reviews.php";i:8;s:88:"disclaimer-and-notification-manager-for-authors/disclaimer-manager-multi-author-blog.php";i:9;s:33:"displayProduct/displayProduct.php";i:10;s:53:"nextend-facebook-connect/nextend-facebook-connect.php";i:11;s:49:"nextend-google-connect/nextend-google-connect.php";i:12;s:27:"ninja-forms/ninja-forms.php";i:13;s:19:"optimus/optimus.php";i:14;s:27:"p3-profiler/p3-profiler.php";i:15;s:71:"password-strength-for-woocommerce/password-strength-for-woocommerce.php";i:16;s:43:"pc-google-analytics/pc-google-analytics.php";i:17;s:43:"product-enquiry-pro/product_enquiry_pro.php";i:18;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:19;s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";i:20;s:45:"search-and-replace/inspyde-search-replace.php";i:21;s:37:"show-hide-author/show_hide_author.php";i:22;s:38:"sidecar-decision-tree/DecisionTree.php";i:23;s:20:"smtp-mailer/main.php";i:24;s:37:"social-media-widget/social-widget.php";i:25;s:58:"ultimate-social-media-plus/ultimate_social_media_icons.php";i:26;s:47:"user-specific-content/User-Specific-Content.php";i:27;s:59:"woocommerce-category-banner/woocommerce-category-banner.php";i:28;s:47:"woocommerce-csvimport/woocommerce-csvimport.php";i:29;s:27:"woocommerce/woocommerce.php";i:30;s:27:"woosidebars/woosidebars.php";i:31;s:33:"wordpress-move/wordpress-move.php";i:32;s:40:"wordpress-seo-premium/wp-seo-premium.php";i:33;s:29:"wp-site-migrate/blogvault.php";i:34;s:27:"wp-super-cache/wp-cache.php";i:35;s:33:"wp-term-images/wp-term-images.php";i:36;s:31:"wp_migration-master/migrate.php";i:37;s:37:"yith-woocommerce-ajax-search/init.php";i:38;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:88:"/home/notactiveddd/public_html/wp_staging/wp-content/plugins/comet-cache/comet-cache.php";i:1;s:96:"/home/notactiveddd/public_html/wp_staging/wp-content/plugins/wp-fastest-cache/wpFastestCache.php";i:2;s:128:"/home/notactiveddd/public_html/wp_staging/wp-content/plugins/remove-query-strings-from-static-resources/remove-query-strings.php";i:3;s:106:"/home/notactiveddd/public_html/wp_staging/wp-content/plugins/search-and-replace/inspyde-search-replace.php";i:4;s:119:"/home/notactiveddd/public_html/wp_staging/wp-content/plugins/ultimate-social-media-plus/ultimate_social_media_icons.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:375:"<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\n6348 Oakton St.<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:8:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:140:{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: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;}}}', '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:1488392673;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:1488392766;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:1488394653;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:1488394687;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:1488394690;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:1488395262;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:1488395766;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:1488395837;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:1488396021;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:1488396513;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:1488396610;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:1488412800;a:2:{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;}}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;}}}i:1488417703;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:1488435480;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:1488469828;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:1488478681;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:1488895164;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:1489060800;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:183:{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:281:"ul {\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";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:"120";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:6:"xlarge";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:0:"";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:21:"CALL US: 203-743-4447";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:10:"Droid Sans";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:10:"Droid Sans";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-2";}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:"4";s:25:"category_row_count_tablet";s:1:"3";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";}', '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:90:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/mslogo-1-e1471289515793.png";s:0:"";s:190:"Favicon upload has moved to: <br/> <a href=\'https://stage.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:90:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/mslogo-1-e1471289515793.png";s:0:"";s:190:"Favicon upload has moved to: <br/> <a href=\'https://stage.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:90:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/mslogo-1-e1471289515793.png";s:0:"";s:190:"Favicon upload has moved to: <br/> <a href=\'https://stage.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:6:"3.0.24";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:0:{}', '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: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: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:121:"https://stage.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:111:"https://stage.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:131:"https://stage.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:32:"0 out of 1 activations remaining";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:"200";}}', '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://stage.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:4:"1205";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:40:{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:62:"https://stage.miller-stephenson.com/thank-you-for-your-inquiry";s:12:"custom_label";s:22:"Price Quote or Inquiry";s:17:"cart_custom_label";s:17:"View Inquiry Cart";s:15:"replace_enquiry";s:7:"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:17:"enable_date_field";s:1:"0";s:19:"make_date_mandatory";s:1:"0";s:16:"date_field_label";s:4:"Date";s:26:"enable_telephone_no_txtbox";s:1:"1";s:20:"make_phone_mandatory";s:1:"0";s:13:"phone_country";s:2:"US";s:10:"user_email";s:97:"mjoyner@mschem.com,lynnb@mschem.com,ddillulio@mschem.com,zchowdhury@mschem.com,cpavlik@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:18:"support@mschem.com";s:15:"company_address";s:35:"55 Backus Ave.\r\nDanbury, CT 06810\r\n";s:12:"company_logo";s:90:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/mslogo-1-e1471289515793.png";s:23:"approval_rejection_page";s:0:"";s:20:"approve_custom_label";s:13:"Approve Quote";s:19:"reject_custom_label";s:12:"Reject Quote";s:14:"reject_message";s:14:"Quote Rejected";s:13:"replace_quote";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:3:"2.9";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://stage.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:90:"https://stage.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', '61K1D', 'no'); 
INSERT INTO `wp_options` VALUES (23690, 'wpseo_sitemap_attachment_cache_validator', '61rrj', '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', '54Efi', 'no'); 
INSERT INTO `wp_options` VALUES (23759, 'wpseo_sitemap_page_cache_validator', '4yhZK', 'no'); 
INSERT INTO `wp_options` VALUES (23760, 'wpseo_sitemap_revision_cache_validator', '61Kh3', '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:52:{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:88:"https://stage.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:3:"100";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:142:"Miller-Stephenson’s exclusive 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:"30";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:49:"Krytox TS4 Thread Sealant - PTFE Tape Replacement";s:10:"wpseo_desc";s:131:"Krytox TS4 thread sealant, the solution for demanding applications, is designed for use on a variety of metal and plastic surfaces.";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:2:"90";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:90:"https://stage.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:52:"PTFE Release Agents | MS-122/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:"30";}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:2:"96";s:19:"wpseo_content_score";s:2:"30";}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:2:"96";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";}}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', '6aeqw', 'no'); 
INSERT INTO `wp_options` VALUES (24440, 'wpseo_sitemap_product_tag_cache_validator', '64dbV', 'no'); 
INSERT INTO `wp_options` VALUES (24441, 'wpseo_sitemap_product_cache_validator', '6aepi', 'no'); 
INSERT INTO `wp_options` VALUES (24442, 'wpseo_sitemap_product_type_cache_validator', '6aepV', 'no'); 
INSERT INTO `wp_options` VALUES (24483, 'options-404-redirect-group', 'a:2:{s:16:"p404_redirect_to";s:35:"https://stage.miller-stephenson.com";s:11:"p404_status";s:1:"1";}', 'yes'); 
INSERT INTO `wp_options` VALUES (24492, 'wpseo-premium-redirects-base', 'a:391:{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:50:"https://stage.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:36:"https://stage.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:42:"https://stage.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";}}', 'no'); 
INSERT INTO `wp_options` VALUES (24493, 'wpseo-premium-redirects-export-plain', 'a:391:{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;}}', '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', '61Ke3', 'no'); 
INSERT INTO `wp_options` VALUES (27459, 'wpseo_sitemap_post_cache_validator', '61K9T', 'no'); 
INSERT INTO `wp_options` VALUES (27498, 'wpseo_sitemap_post_tag_cache_validator', '4ATTK', 'no'); 
INSERT INTO `wp_options` VALUES (37816, 'wpseo_sitemap_author_cache_validator', '6HXiJ', 'no'); 
INSERT INTO `wp_options` VALUES (39274, 'wpseo_sitemap_ywtm_tab_cache_validator', '4ENvi', '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.2.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', '6tfPt', 'no'); 
INSERT INTO `wp_options` VALUES (46409, 'wpseo_sitemap_nav_menu_cache_validator', '4rDcU', '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:1488290387;}', '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:351:{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: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:"https://stage.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:"https://stage.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:1488387581;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:3:{s:13:"twentyfifteen";a:4:{s:5:"theme";s:13:"twentyfifteen";s:11:"new_version";s:3:"1.7";s:3:"url";s:43:"https://wordpress.org/themes/twentyfifteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentyfifteen.1.7.zip";}s:14:"twentyfourteen";a:4:{s:5:"theme";s:14:"twentyfourteen";s:11:"new_version";s:3:"1.9";s:3:"url";s:44:"https://wordpress.org/themes/twentyfourteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentyfourteen.1.9.zip";}s:8:"flatsome";a:4:{s:5:"theme";s:8:"flatsome";s:11:"new_version";s:5:"3.2.5";s:7:"package";s:287:"http://wupdates.com/api_download_current_version/themes/JQ9eJ/hhy5vq8lfkb7fbhf3m4m6zcn9ttpp4sm90vhhj758bbjy6cd3rx41wf2kAwfjd1bmjh5tqw4pn7A7h5k0skrvgjww2fm0zrwyq3mk2bh8qAwmc0yb9tx1537tA4802Ab9b70pg0prycbq0mf0jz15rkvtmc0pblj7kqq3wcnAAp67s9k244y5s5vhgmnhztsfsgchvlnmshd3/?old_version=3.0.28";s:3:"url";s:68:"https://wupdates.com/api_changelog/themes/JQ9eJ/?from_version=3.0.28";}}s:12:"translations";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (573313, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:3:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-4.7.2.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-4.7.2.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.7.2-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.7.2-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.7.2";s:7:"version";s:5:"4.7.2";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.7";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-4.7.2.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-4.7.2.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.7.2-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.7.2-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.7.2";s:7:"version";s:5:"4.7.2";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.7";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}i:2;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-4.6.3.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-4.6.3.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.6.3-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.6.3-new-bundled.zip";s:7:"partial";s:69:"https://downloads.wordpress.org/release/wordpress-4.6.3-partial-1.zip";s:8:"rollback";s:70:"https://downloads.wordpress.org/release/wordpress-4.6.3-rollback-1.zip";}s:7:"current";s:5:"4.6.3";s:7:"version";s:5:"4.6.3";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.7";s:15:"partial_version";s:5:"4.6.1";s:9:"new_files";s:0:"";}}s:12:"last_checked";i:1488377670;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', '1488240016', '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://stage.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 (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://stage.miller-stephenson.com/wp-content/plugins/contact-form-7/includes/js/scripts.js<br />https://stage.miller-stephenson.com/wp-content/plugins/displayProduct//plugin/magnific/magnific.js<br />https://stage.miller-stephenson.com/wp-content/plugins/displayProduct//plugin/magnific/magnific-custom.js<br />https://stage.miller-stephenson.com/wp-content/plugins/password-strength-for-woocommerce/js/password-strength-wc.js<br />https://stage.miller-stephenson.com/wp-content/plugins/pc-google-analytics/assets/js/frontend.min.js<br />https://stage.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://stage.miller-stephenson.com/wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js<br />https://stage.miller-stephenson.com/wp-content/plugins/ultimate-social-media-plus/js/shuffle/jquery.shuffle.min.js<br />https://stage.miller-stephenson.com/wp-content/plugins/ultimate-social-media-plus/js/shuffle/random-shuffle-min.js<br />https://stage.miller-stephenson.com/wp-content/plugins/ultimate-social-media-plus/js/custom.js<br />//www.notactiveddd.com/wp_staging/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js<br />//www.notactiveddd.com/wp_staging/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js<br />//www.notactiveddd.com/wp_staging/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js<br />https://stage.miller-stephenson.com/wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js<br />https://stage.miller-stephenson.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js<br />https://stage.miller-stephenson.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.js<br />https://stage.miller-stephenson.com/wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/wishlist.js<br />https://stage.miller-stephenson.com/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js<br />https://stage.miller-stephenson.com/wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js<br />https://stage.miller-stephenson.com/wp-content/plugins/product-enquiry-pro/js/public/end-approval-quote-session.js<br />https://stage.miller-stephenson.com/wp-content/themes/flatsome/assets/js/flatsome.js<br />https://stage.miller-stephenson.com/wp-content/themes/flatsome/assets/js/woocommerce.js<br />/wp-includes/js/wp-embed.min.js<br />https://stage.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://stage.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', '1487965721', '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://stage.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://stage.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://stage.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://stage.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:1485962713;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:1485962713;}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://stage.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://stage.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:28:"support@www.notactiveddd.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (575834, 'smtp_mailer_options', 'a:8:{s:9:"smtp_host";s:15:"smtp.mschem.com";s:9:"smtp_auth";s:4:"true";s:13:"smtp_username";s:20:"ddillulio@mschem.com";s:13:"smtp_password";s:12:"QmFieWRvbGwx";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://stage.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://stage.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://stage.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', '5tJud', '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://stage.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://stage.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://stage.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://stage.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:61:"https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', 'yes', '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (587601, '_site_transient_nextend5836a28e539709.46667211_google_r', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.Gl0ABF_qzsG9QnuNMrcggIlgYzksolwgGI11pihCvbCNAVEYbp4spivVdJ3Gmfdwp4loZue7VDOx4hehL9GOIof7itZmJs8JAM0fiWg-JXXNCkrbmdb44VIT6BEDUWs";s:7:"expires";i:1488313000;s:10:"expires_in";i:3600;s:7:"created";i:1488309400;}', 'yes'); 
INSERT INTO `wp_options` VALUES (600028, 'wpseo-gsc', 'a:1:{s:7:"profile";s:36:"https://stage.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://stage.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://stage.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 (600162, '_transient_wdm_quoteup_license_trans', 'inactive', 'yes'); 
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.notactiveddd.com\\/wp_staging\\/?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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/2016\\/09\\/ReleaSys-polysiloxane-800x530.jpg\\" alt=\\"releasys-polysiloxane\\" width=\\"272\\" height=\\"180\\" \\/> <strong><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/chemicals\\/release-agents\\/\\">click here.<\\/a><\\/strong><\\/p>\\n<h3>Technical or Application Support:<\\/h3>\\n<ul>\\n<li><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/124H.pdf\\">MS-124H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/111.pdf\\">MS-111<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/122AD.pdf\\">MS-122AD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/452N.pdf\\">MS-452N<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/AGL683.pdf\\">AGL 683<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/222L.pdf\\">MS-222L<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/114C.pdf\\">MS-114C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/122ADRED.pdf\\">MS-122AD RED<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/460H.pdf\\">MS-460H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/AT.pdf\\">AT<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/222N.pdf\\">MS-222N<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/115.pdf\\">MS-115<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/122ADL.pdf\\">MS-122ADL<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/462H.pdf\\">MS-462H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/ATA.pdf\\">ATA<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/222N.pdf\\">MS-222T<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/182SD.pdf\\">MS-182SD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/122AV.pdf\\">MS-122AV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/465C.pdf\\">MS-465C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/AUT2A45.pdf\\">AUT 2A45<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/222N.pdf\\">MS-222F<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/126H.pdf\\">MS-126H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/122E.pdf\\">MS-122E<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/467C.pdf\\">MS-467C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/AUT523.pdf\\">AUT 523<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/242L.pdf\\">MS-242L<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/126HUV.pdf\\">MS-126HUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/122ERED.pdf\\">MS-122E RED<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/2016\\/09\\/470C-16.pdf\\">MS-470C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/AUT1045.pdf\\">AUT 1045<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/242NAS.pdf\\">MS-242L-AS<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/383A.pdf\\">MS-383A<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/122SE.pdf\\">MS-122SE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/2016\\/09\\/472S-16.pdf\\">MS-472S<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/AUT2045.pdf\\">AUT 2045<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/242N.pdf\\">MS-242N<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/383H.pdf\\">MS-383H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/122SD.pdf\\">MS-122SD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/2016\\/09\\/470S-16.pdf\\">MS-470S<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/AUT2245.pdf\\">AUT 2245<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/242NAS.pdf\\">MS-242N-AS<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/383HUV.pdf\\">MS-383HUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/122XD.pdf\\">MS-122XD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/472S.pdf\\">MS-472S<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/143.pdf\\">143 SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/381H.pdf\\">MS-381H<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/252.pdf\\">MS-252<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/132FE.pdf\\">MS-132FE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/475C.pdf\\">MS-475C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/GPL10X.pdf\\">GPL 10X SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/381H.pdf\\">MS-381HM<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/257.pdf\\">MS-257<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/136W.pdf\\">MS-136W<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/477C.pdf\\">MS-477C<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/GPL246.pdf\\">GPL 246<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/381HUV.pdf\\">MS-381HUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/262.pdf\\">MS-262<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/143AX.pdf\\">MS-143AX<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/G0831B.pdf\\">G0831B<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/GPL255.pdf\\">GPL 255<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/381HUV.pdf\\">MS-381HMUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/282.pdf\\">MS-282<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/2016\\/09\\/143E-16.pdf\\">MS-143E<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/Y0110A.pdf\\">Y0110A<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/157FS.pdf\\">157FS<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/381HC.pdf\\">MS-381HC<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/532.pdf\\">MS-532<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/143E1.pdf\\">MS-143E-1<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/2016\\/09\\/487G-16.pdf\\">MS-487G<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/GPL20X.pdf\\">GPL 20X SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/381HC.pdf\\">MS-381HCM<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/539.pdf\\">MS-539<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/GPL21X.pdf\\">GPL 21X SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/381HCUV.pdf\\">MS-381HCUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/552.pdf\\">MS-552<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/GPL22X.pdf\\">GPL 22X SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/381HCUV.pdf\\">MS-381HCMUV<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/557.pdf\\">MS-557<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/GPL226FG227FG.pdf\\">GPL 226FG, 227FG<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/250.pdf\\">MS-250<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/562.pdf\\">MS-562<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/240.pdf\\">240 SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/250.pdf\\">MS-250M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/582.pdf\\">MS-582<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/2016\\/09\\/250-Series.pdf\\">250 Series<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/250.pdf\\">MS-250SP<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/702.pdf\\">MS-702<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/2016\\/09\\/280-15.pdf\\">280 SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/255.pdf\\">MS-255<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/722.pdf\\">MS-722<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/283.pdf\\">283 SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/255.pdf\\">MS-255M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/727.pdf\\">MS-727<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/GPL29X.pdf\\">GPL 29X SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/260.pdf\\">MS-260<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/732.pdf\\">MS-732<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/GPL407.pdf\\">GPL 407<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/260.pdf\\">MS-260M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/739.pdf\\">MS-739<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/EG20003000.pdf\\">EG 2000, 3000<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/280.pdf\\">MS-280<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/747.pdf\\">MS-747<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/FPG.pdf\\">FPG SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/530.pdf\\">MS-530<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/752.pdf\\">MS-752<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/Lineargrease.pdf\\">LINEAR GREASE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/538.pdf\\">MS-538<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/752U.pdf\\">MS-752U<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/Linearoil.pdf\\">LINEAR OIL<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/550.pdf\\">\\u00a0MS-550<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/757.pdf\\">MS-757<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/LVP.pdf\\">LVP<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/555.pdf\\">MS-555<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/762.pdf\\">MS-762<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/NRT8990.pdf\\">NRT 8990<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/560.pdf\\">MS-560<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/767.pdf\\">MS-767<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/NRT8906A.pdf\\">NRT 8906A<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/580.pdf\\">MS-580<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/772.pdf\\">MS-772<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/NRT8908.pdf\\">NRT 8908<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/700.pdf\\">MS-700<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/777.pdf\\">MS-777<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/NRT8950.pdf\\">NRT 8950<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/700.pdf\\">MS-700M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/782.pdf\\">MS-782<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/NRT8980.pdf\\">NRT 8980<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/720.pdf\\">MS-720<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/787.pdf\\">MS-787<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/NRTgrease.pdf\\">NRT GREASE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/720.pdf\\">MS-720M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/797.pdf\\">MS-797<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/PFPEoilsXP.pdf\\">PFPE OIL W\\/SOLUBLE ADDITIVE<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/720L.pdf\\">MS-720L<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/110XB.pdf\\">MS-110XB<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/725.pdf\\">MS-725<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/1010.pdf\\">MS-1010<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/2016\\/09\\/10X.pdf\\">PFPE Oils<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/725.pdf\\">MS-725M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/2010.pdf\\">MS-2010<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/TS4.pdf\\">TS4 SEALANT<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/730.pdf\\">MS-730<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/3100MD.pdf\\">MS-31XXMD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/VPF.pdf\\">VACUUM PUMP FLUID<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/730.pdf\\">MS-730M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/3200MD.pdf\\">MS-32XXMD<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/VPFXP.pdf\\">VACUUM PUMP FLUID XP<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/730L.pdf\\">MS-730L<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/XP35.pdf\\">X-P35<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/XHT500AF.pdf\\">XHT-500AF<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/738.pdf\\">MS-738<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/H0805B.pdf\\">H0805B<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/XHToils.pdf\\">XHT-OILS<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/738.pdf\\">MS-738M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/H1112B.pdf\\">H1112B<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/XHTAC.pdf\\">XHT-AC, ACX<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/745.pdf\\">MS-745<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/VertrelSDG.pdf\\">Vertrel SDG<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/750.pdf\\">MS-750<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/VertrelSFR.pdf\\">Vertrel SFR<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/XHTS.pdf\\">XHT-S, SX, SZ<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/750.pdf\\">MS-750M<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\">\\u00a0<a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/GPL2E.pdf\\">GPL 2E SERIES<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/wp-content\\/uploads\\/sds\\/fluoroguard.pdf\\">PCA,PRO,SG<\\/a><\\/td>\\r\\n<td style=\\"text-align: center;\\"><a href=\\"https:\\/\\/www.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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.notactiveddd.com\\/wp_staging\\/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:96:"/home/notactiveddd/public_html/wp_staging/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:36:"https://stage.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:122:"https://servmask.com/purchase/8dc39dd7-4bdf-47c2-b6b9-27d54b99c3e1?siteurl=https%3A%2F%2Fwww.notactiveddd.com%2Fwp_staging";}}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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (604989, '_transient_timeout_59c0e3c614b32dabbd3cbd89aaa064c7', '1484769503', 'no'); 
INSERT INTO `wp_options` VALUES (604990, '_transient_59c0e3c614b32dabbd3cbd89aaa064c7', 'a:7:{s:4:"name";s:16:"Zayyan Chowdhury";s:5:"email";s:21:"zchowdhury@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:3980:"<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/><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/><a href="https://wordpress.org/plugins/ewww-image-optimizer/">EWWW Image Optimizer</a> v3.2.2<br/><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.20<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/><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/><a href="http://www.yourwpexpert.com/remove-query-strings-from-static-resources-wordpress-plugin/">Remove query strings from static resources</a> v1.3.1<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/><a href="http://wphowto.net/smtp-mailer-plugin-for-wordpress-1482">SMTP Mailer</a> v1.0.1<br/><a href="http://wordpress.org/extend/plugins/social-media-widget/">Social Media Widget</a> v4.0.5<br/><a href="http://ultimatelysocial.com">Ultimate Social Media PLUS</a> v2.5.1<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/><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.wpfastestcache.com/">WP Fastest Cache Premium</a> v1.3.5<br/><a href="http://wordpress.org/plugins/wp-fastest-cache/">WP Fastest Cache</a> v0.8.6.3<br/><a href="https://github.com/scottsweb/wp-instagram-widget">WP Instagram Widget</a> v1.9.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/><a href="http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/">YITH WooCommerce Wishlist</a> v2.0.16<br/>";s:17:"Yoast SEO Premium";s:260:"<table><tr><td>Version</td><td>4.1</td></tr><tr><td>License</td><td><a href=" https://stage.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 (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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (605518, '_transient_timeout_external_ip_address_10.206.3.4', '1485385055', 'no'); 
INSERT INTO `wp_options` VALUES (605519, '_transient_external_ip_address_10.206.3.4', '104.238.94.202', '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (606129, '_transient_timeout_external_ip_address_10.5.26.16', '1485547455', 'no'); 
INSERT INTO `wp_options` VALUES (606130, '_transient_external_ip_address_10.5.26.16', '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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\\/wp_staging\\/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', '1488392166', '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:76:{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:75:"wp_staging/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:67:"wp_staging/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:72:"wp_staging/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:79:"wp_staging/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:45:"wp_staging/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:53:"wp_staging/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:91:"wp_staging/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:90:"wp_staging/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:75:"wp_staging/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:47:"wp_staging/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:91:"wp_staging/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:89:"wp_staging/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:89:"wp_staging/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:69:"wp_staging/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:11:"jquery-form";}s:14:"wc-add-to-cart";a:8:{s:6:"handle";s:14:"wc-add-to-cart";s:3:"src";s:79:"wp_staging/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:14:"wc-add-to-cart";}s:14:"jquery-blockui";a:8:{s:6:"handle";s:14:"jquery-blockui";s:3:"src";s:88:"wp_staging/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:14:"wc-add-to-cart";}s:11:"woocommerce";a:8:{s:6:"handle";s:11:"woocommerce";s:3:"src";s:79:"wp_staging/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:14:"wc-add-to-cart";}s:13:"jquery-cookie";a:8:{s:6:"handle";s:13:"jquery-cookie";s:3:"src";s:86:"wp_staging/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:14:"wc-add-to-cart";}s:17:"wc-cart-fragments";a:8:{s:6:"handle";s:17:"wc-cart-fragments";s:3:"src";s:82:"wp_staging/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:14:"wc-add-to-cart";}s:17:"yith_autocomplete";a:8:{s:6:"handle";s:17:"yith_autocomplete";s:3:"src";s:93:"wp_staging/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:14:"wc-add-to-cart";}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:97:"wp_staging/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:14:"wc-add-to-cart";}s:16:"multipleSelectJs";a:8:{s:6:"handle";s:16:"multipleSelectJs";s:3:"src";s:78:"wp_staging/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:14:"wc-add-to-cart";}s:27:"quoteup-end-approval-script";a:8:{s:6:"handle";s:27:"quoteup-end-approval-script";s:3:"src";s:89:"wp_staging/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:49:"wp_staging/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:48:"wp_staging/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:52:"wp_staging/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:79:"wp_staging/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:44:"wp_staging/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:19:"jquery-ui-draggable";}s:11:"flatsome-js";a:8:{s:6:"handle";s:11:"flatsome-js";s:3:"src";s:59:"wp_staging/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:19:"jquery-ui-draggable";}s:29:"flatsome-theme-woocommerce-js";a:8:{s:6:"handle";s:29:"flatsome-theme-woocommerce-js";s:3:"src";s:62:"wp_staging/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:19:"jquery-ui-draggable";}s:8:"wp-embed";a:8:{s:6:"handle";s:8:"wp-embed";s:3:"src";s:41:"wp_staging/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:19:"jquery-ui-draggable";}s:19:"flatsome-masonry-js";a:8:{s:6:"handle";s:19:"flatsome-masonry-js";s:3:"src";s:69:"wp_staging/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:19:"jquery-ui-draggable";}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:14:"wc-add-to-cart";}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:14:"wc-add-to-cart";}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:14:"wc-add-to-cart";}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:16:"multipleSelectJs";}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:32:"quoteup-jquery-mutation-observer";}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:32:"quoteup-jquery-mutation-observer";}s:18:"jquery-maskedinput";a:8:{s:6:"handle";s:18:"jquery-maskedinput";s:3:"src";s:85:"wp_staging/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:19:"jquery-ui-draggable";}s:10:"underscore";a:8:{s:6:"handle";s:10:"underscore";s:3:"src";s:43:"wp_staging/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:19:"jquery-ui-draggable";}s:8:"backbone";a:8:{s:6:"handle";s:8:"backbone";s:3:"src";s:41:"wp_staging/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:19:"jquery-ui-draggable";}s:19:"ninja-forms-display";a:8:{s:6:"handle";s:19:"ninja-forms-display";s:3:"src";s:86:"wp_staging/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:19:"jquery-ui-draggable";}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:19:"jquery-ui-draggable";}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:19:"jquery-ui-draggable";}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:19:"jquery-ui-draggable";}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:14:"wc-add-to-cart";}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:14:"wc-add-to-cart";}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:15:"jquery-ui-mouse";}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:15:"jquery-ui-mouse";}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:19:"jquery-ui-draggable";}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:19:"jquery-ui-draggable";}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:19:"jquery-ui-draggable";}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 footer";s:5:"order";i:4;s:5:"group";s:10:"underscore";}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 footer";s:5:"order";i:4;s:5:"group";s:10:"underscore";}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:10:"underscore";}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:10:"underscore";}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:10:"underscore";}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:10:"underscore";}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:10:"underscore";}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:10:"underscore";}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:10:"underscore";}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:19:"jquery-ui-draggable";}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:19:"jquery-ui-draggable";}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:19:"jquery-ui-draggable";}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:14:"wc-add-to-cart";}}s:6:"styles";a:50:{s:18:"dp-template-editor";a:9:{s:6:"handle";s:18:"dp-template-editor";s:3:"src";s:102:"wp_staging/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 footer";s:5:"order";i:4;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:68:"wp_staging/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:103:"wp_staging/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:73:"wp_staging/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:80:"wp_staging/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:73:"wp_staging/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:80:"wp_staging/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:67:"wp_staging/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:75:"wp_staging/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:105:"wp_staging/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:25:"ywtm-icon-retinaicon-font";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:98:"wp_staging/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:25:"ywtm-icon-retinaicon-font";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:80:"wp_staging/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:25:"ywtm-icon-retinaicon-font";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:80:"wp_staging/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:25:"ywtm-icon-retinaicon-font";s:5:"media";s:3:"all";}s:18:"quoteup_responsive";a:9:{s:6:"handle";s:18:"quoteup_responsive";s:3:"src";s:81:"wp_staging/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:61:"wp_staging/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:25:"ywtm-icon-retinaicon-font";s:5:"media";s:3:"all";}s:13:"flatsome-shop";a:9:{s:6:"handle";s:13:"flatsome-shop";s:3:"src";s:66:"wp_staging/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:25:"ywtm-icon-retinaicon-font";s:5:"media";s:3:"all";}s:14:"flatsome-style";a:9:{s:6:"handle";s:14:"flatsome-style";s:3:"src";s:47:"wp_staging/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:25:"ywtm-icon-retinaicon-font";s:5:"media";s:3:"all";}s:16:"flatsome-effects";a:9:{s:6:"handle";s:16:"flatsome-effects";s:3:"src";s:60:"wp_staging/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:76:"wp_staging/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:25:"ywtm-icon-retinaicon-font";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:25:"ywtm-icon-retinaicon-font";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:42:"wp_staging/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:37:"wp_staging/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:36:"wp_staging/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:37:"wp_staging/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:79:"wp_staging/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:18:"dp-template-editor";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:18:"yith_wcas_frontend";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:88:"https://fonts.googleapis.com/css?family=Oswald%3A700%7CDroid+Sans%3Aregular%2C700&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:95:"wp_staging/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:"dp-template-editor";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:6:"groups";a:105:{s:51:"dp-template-editor-358535f2410fcb241d7a5f60f809198b";a:5:{s:6:"handle";s:51:"dp-template-editor-358535f2410fcb241d7a5f60f809198b";s:6:"string";s:725:"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-tab-manager-premium/assets/fonts/retinaicon-font/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"358535f2410fcb241d7a5f60f809198b";}s:50:"ywtm-font-awesome-2058f23ed5f5f3fd0e017abe6bbd747e";a:5:{s:6:"handle";s:50:"ywtm-font-awesome-2058f23ed5f5f3fd0e017abe6bbd747e";s:6:"string";s:593:"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/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:"2058f23ed5f5f3fd0e017abe6bbd747e";}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-ebb55753704b06a8106efd692324a5b6";a:5:{s:6:"handle";s:47:"wc-add-to-cart-ebb55753704b06a8106efd692324a5b6";s:6:"string";s:760:"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/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.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";s:4:"type";s:6:"script";s:5:"order";i:4;s:4:"hash";s:32:"ebb55753704b06a8106efd692324a5b6";}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:5;s:4:"hash";s:32:"cb311ad9f1aab9adbe4f811edf6ba53b";}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:0;s:4:"hash";s:32:"4f2f383e4d0a6b3a71a5b7ccc6d936fa";}s:49:"multipleSelectJs-0dde7914e287767aec7390e3f4a9176c";a:5:{s:6:"handle";s:49:"multipleSelectJs-0dde7914e287767aec7390e3f4a9176c";s:6:"string";s:480:"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/themes/flatsome/assets/libs/packery.pkgd.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"0dde7914e287767aec7390e3f4a9176c";}s:50:"ywtm-font-awesome-4ede6506632aa8cca939f7c208468e69";a:5:{s:6:"handle";s:50:"ywtm-font-awesome-4ede6506632aa8cca939f7c208468e69";s:6:"string";s:690:"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/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/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:"4ede6506632aa8cca939f7c208468e69";}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-1698715839f8d876d95f7cb64c9062e9";a:5:{s:6:"handle";s:47:"wc-add-to-cart-1698715839f8d876d95f7cb64c9062e9";s:6:"string";s:781:"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/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"1698715839f8d876d95f7cb64c9062e9";}s:49:"jquery-yith-wcwl-b6640efb8b9d4039b97377d4dc879264";a:5:{s:6:"handle";s:49:"jquery-yith-wcwl-b6640efb8b9d4039b97377d4dc879264";s:6:"string";s:573:"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/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";s:4:"type";s:6:"script";s:5:"order";i:3;s:4:"hash";s:32:"b6640efb8b9d4039b97377d4dc879264";}s:62:"flatsome-theme-woocommerce-js-f6fa689edc3100269ce79d1ce1986c87";a:5:{s:6:"handle";s:62:"flatsome-theme-woocommerce-js-f6fa689edc3100269ce79d1ce1986c87";s:6:"string";s:275:"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:4;s:4:"hash";s:32:"f6fa689edc3100269ce79d1ce1986c87";}s:49:"multipleSelectJs-1d5f8f158fb596724587ba49fb42e3c5";a:5:{s:6:"handle";s:49:"multipleSelectJs-1d5f8f158fb596724587ba49fb42e3c5";s:6:"string";s:454:"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-includes/js/underscore.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"1d5f8f158fb596724587ba49fb42e3c5";}s:40:"wp-util-17461ded1efec30cfd71cdf177817f3d";a:5:{s:6:"handle";s:40:"wp-util-17461ded1efec30cfd71cdf177817f3d";s:6:"string";s:196:"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:1;s:4:"hash";s:32:"17461ded1efec30cfd71cdf177817f3d";}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: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:58:"ywtm-icon-retinaicon-font-978e2ce0e4cc3e8187d8a6e9a5260803";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-978e2ce0e4cc3e8187d8a6e9a5260803";s:6:"string";s:688:"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/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:"978e2ce0e4cc3e8187d8a6e9a5260803";}s:47:"wc-add-to-cart-f689ce6a22d5298ba88c2d84460756f9";a:5:{s:6:"handle";s:47:"wc-add-to-cart-f689ce6a22d5298ba88c2d84460756f9";s:6:"string";s:737:"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/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js,wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.js,wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/wishlist.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"f689ce6a22d5298ba88c2d84460756f9";}s:53:"flatsome-live-search-778d6f18dd12a3aaf87f3fb87efa166a";a:5:{s:6:"handle";s:53:"flatsome-live-search-778d6f18dd12a3aaf87f3fb87efa166a";s:6:"string";s:508:"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/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:"778d6f18dd12a3aaf87f3fb87efa166a";}s:47:"wc-add-to-cart-6431f561bd9455a06929a53fdada1c25";a:5:{s:6:"handle";s:47:"wc-add-to-cart-6431f561bd9455a06929a53fdada1c25";s:6:"string";s:735:"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/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js,wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"6431f561bd9455a06929a53fdada1c25";}s:62:"flatsome-woocommerce-wishlist-5099e0fb029a51fb0c05526c93bda532";a:5:{s:6:"handle";s:62:"flatsome-woocommerce-wishlist-5099e0fb029a51fb0c05526c93bda532";s:6:"string";s:550:"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/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";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"5099e0fb029a51fb0c05526c93bda532";}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:2;s:4:"hash";s:32:"a4a462c5a0b01a53d13541c850675dda";}s:50:"ywtm-font-awesome-29068b596e9d73ef3ff313baaf6bea93";a:5:{s:6:"handle";s:50:"ywtm-font-awesome-29068b596e9d73ef3ff313baaf6bea93";s:6:"string";s:659:"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/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:"29068b596e9d73ef3ff313baaf6bea93";}s:49:"multipleSelectJs-277354a5eedfe18c47ebdcdaf3170cac";a:5:{s:6:"handle";s:49:"multipleSelectJs-277354a5eedfe18c47ebdcdaf3170cac";s:6:"string";s:496:"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/ninja-forms/deprecated/js/min/jquery.maskedinput.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"277354a5eedfe18c47ebdcdaf3170cac";}s:43:"underscore-d993cacf3cba807e61be9adf415ceb55";a:5:{s:6:"handle";s:43:"underscore-d993cacf3cba807e61be9adf415ceb55";s:6:"string";s:139:"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:1;s:4:"hash";s:32:"d993cacf3cba807e61be9adf415ceb55";}s:58:"ywtm-icon-retinaicon-font-bd03dd3ac52789cac32167631f227f3d";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-bd03dd3ac52789cac32167631f227f3d";s:6:"string";s:717:"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/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";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"bd03dd3ac52789cac32167631f227f3d";}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:40:"wp-util-98442b677eb2596105e95faf72260b85";a:5:{s:6:"handle";s:40:"wp-util-98442b677eb2596105e95faf72260b85";s:6:"string";s:378:"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:"98442b677eb2596105e95faf72260b85";}s:50:"ywtm-font-awesome-dc4dc0527b0841238e5f2984f77b7760";a:5:{s:6:"handle";s:50:"ywtm-font-awesome-dc4dc0527b0841238e5f2984f77b7760";s:6:"string";s:719:"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/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/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";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"dc4dc0527b0841238e5f2984f77b7760";}s:50:"ywtm-font-awesome-f8f2a2aec70904f36fd2309885af8bd0";a:5:{s:6:"handle";s:50:"ywtm-font-awesome-f8f2a2aec70904f36fd2309885af8bd0";s:6:"string";s:684:"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/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";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"f8f2a2aec70904f36fd2309885af8bd0";}s:51:"ux-builder-vendors-0791c8b5f666d148f1ab484c655e4ae9";a:5:{s:6:"handle";s:51:"ux-builder-vendors-0791c8b5f666d148f1ab484c655e4ae9";s:6:"string";s:504:"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,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";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"0791c8b5f666d148f1ab484c655e4ae9";}s:52:"jquery-ui-draggable-b114ec15fc39e9abd5351a8013843428";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-b114ec15fc39e9abd5351a8013843428";s:6:"string";s:193:"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,wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"b114ec15fc39e9abd5351a8013843428";}s:50:"wc-country-select-9d027920660e6c94a11b7a4eeb8fa510";a:5:{s:6:"handle";s:50:"wc-country-select-9d027920660e6c94a11b7a4eeb8fa510";s:6:"string";s:141:"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:"9d027920660e6c94a11b7a4eeb8fa510";}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:49:"multipleSelectJs-5781ebd26e0cf4a8898ee9357b032227";a:5:{s:6:"handle";s:49:"multipleSelectJs-5781ebd26e0cf4a8898ee9357b032227";s:6:"string";s:488:"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/displayProduct/plugin/hoverex/jquery.hoverex.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"5781ebd26e0cf4a8898ee9357b032227";}s:51:"dp-frontend-script-5d11334a94d5adbab2f4dc2b1c7076a8";a:5:{s:6:"handle";s:51:"dp-frontend-script-5d11334a94d5adbab2f4dc2b1c7076a8";s:6:"string";s:133:"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:2;s:4:"hash";s:32:"5d11334a94d5adbab2f4dc2b1c7076a8";}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:58:"ywtm-icon-retinaicon-font-435f32a04b3e053de1c733eb757f8819";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-435f32a04b3e053de1c733eb757f8819";s:6:"string";s:693:"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/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:1;s:4:"hash";s:32:"435f32a04b3e053de1c733eb757f8819";}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: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:4;s:4:"hash";s:32:"c6b22f5402199f789b60676161ec106c";}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:5;s:4:"hash";s:32:"c92cb95612441fc238c941ac37735b9e";}s:47:"wc-add-to-cart-04035bd7c00900839672ec423b37f0f7";a:5:{s:6:"handle";s:47:"wc-add-to-cart-04035bd7c00900839672ec423b37f0f7";s:6:"string";s:729:"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/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"04035bd7c00900839672ec423b37f0f7";}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:1;s:4:"hash";s:32:"fdaf87880dcc20094978ac21c2f8d0f1";}s:50:"ywtm-font-awesome-3a51d6c2a0d4e2dddedbbfd87f0255df";a:5:{s:6:"handle";s:50:"ywtm-font-awesome-3a51d6c2a0d4e2dddedbbfd87f0255df";s:6:"string";s:582:"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/inc/integrations/wc-yith-wishlist/wishlist.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:"3a51d6c2a0d4e2dddedbbfd87f0255df";}s:47:"wc-add-to-cart-4711d04f35b2d881897b8a5cd4b3f48e";a:5:{s:6:"handle";s:47:"wc-add-to-cart-4711d04f35b2d881897b8a5cd4b3f48e";s:6:"string";s:713:"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/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/jquery/ui/widget.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"4711d04f35b2d881897b8a5cd4b3f48e";}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:2;s:4:"hash";s:32:"7a49fafdc57685696b362353342891c7";}s:48:"jquery-ui-mouse-979f53c413c0057dc1e4aa6f15a4fef8";a:5:{s:6:"handle";s:48:"jquery-ui-mouse-979f53c413c0057dc1e4aa6f15a4fef8";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-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";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"979f53c413c0057dc1e4aa6f15a4fef8";}s:46:"ux-quick-view-6e8360b025cd7666bdb457da36ae0519";a:5:{s:6:"handle";s:46:"ux-quick-view-6e8360b025cd7666bdb457da36ae0519";s:6:"string";s:87:"wp-content/themes/flatsome/inc/extensions/flatsome-wc-quick-view/flatsome-quick-view.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"6e8360b025cd7666bdb457da36ae0519";}s:50:"ywtm-font-awesome-fbaa8718814dab84d417a5ffeec877ca";a:5:{s:6:"handle";s:50:"ywtm-font-awesome-fbaa8718814dab84d417a5ffeec877ca";s:6:"string";s:516:"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/inc/integrations/wc-yith-wishlist/wishlist.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:"fbaa8718814dab84d417a5ffeec877ca";}s:50:"ywtm-font-awesome-f4e8ff95f043c2f2ebf80f3b5a63c4a7";a:5:{s:6:"handle";s:50:"ywtm-font-awesome-f4e8ff95f043c2f2ebf80f3b5a63c4a7";s:6:"string";s:679:"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/inc/integrations/wc-yith-wishlist/wishlist.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:"f4e8ff95f043c2f2ebf80f3b5a63c4a7";}s:47:"wc-add-to-cart-3cd371c929a72f395f1d38d76bb107d3";a:5:{s:6:"handle";s:47:"wc-add-to-cart-3cd371c929a72f395f1d38d76bb107d3";s:6:"string";s:775:"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/integrations/wc-yith-wishlist/wishlist.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"3cd371c929a72f395f1d38d76bb107d3";}s:47:"phone_validate-de5a2564b4287b83659f36ff0aadcce6";a:5:{s:6:"handle";s:47:"phone_validate-de5a2564b4287b83659f36ff0aadcce6";s:6:"string";s:192:"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:"de5a2564b4287b83659f36ff0aadcce6";}s:48:"jquery-ui-mouse-6d72a9575b3abeb61144d120660f999a";a:5:{s:6:"handle";s:48:"jquery-ui-mouse-6d72a9575b3abeb61144d120660f999a";s:6:"string";s:373:"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/themes/flatsome/assets/libs/packery.pkgd.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"6d72a9575b3abeb61144d120660f999a";}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: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:1;s:4:"hash";s:32:"56649dcb69c8a1ba246b66333c68f007";}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: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:2;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:3;s:4:"hash";s:32:"cb4fa7e6c137ade8bb2d196d732151c0";}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-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: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:1;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:2;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:3;s:4:"hash";s:32:"2f77a31ae09ac5505b5bf4d5308f9912";}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: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:0;s:4:"hash";s:32:"395fabc4112072ae1918581c68340b6b";}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: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: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:0;s:4:"hash";s:32:"96869f7b41f141362db76fc297969fc4";}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:0;s:4:"hash";s:32:"24e34fe07b77161335408f5ed8e4a875";}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:1;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:2;s:4:"hash";s:32:"6730cedfffb63735e2309718b879087f";}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: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:57:"wc-add-to-cart-variation-8ba85e7693024eec5e63d5e1ee8e57d8";a:5:{s:6:"handle";s:57:"wc-add-to-cart-variation-8ba85e7693024eec5e63d5e1ee8e57d8";s:6:"string";s:166:"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:"8ba85e7693024eec5e63d5e1ee8e57d8";}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:44:"flatsome-js-7d46984cf26839fe89601b4ded49a268";a:5:{s:6:"handle";s:44:"flatsome-js-7d46984cf26839fe89601b4ded49a268";s:6:"string";s:491:"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,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:1;s:4:"hash";s:32:"7d46984cf26839fe89601b4ded49a268";}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:0;s:4:"hash";s:32:"bdd30d5775d127c4d31809985268185e";}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: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:0;s:4:"hash";s:32:"ed88ebe0f2aafbdab774bc18af5478ee";}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: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: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-fc6dbcb7969a8e55460873491f69377e";a:5:{s:6:"handle";s:47:"contact-form-7-fc6dbcb7969a8e55460873491f69377e";s:6:"string";s:664:"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,wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js";s:4:"type";s:6:"script";s:5:"order";i:1;s:4:"hash";s:32:"fc6dbcb7969a8e55460873491f69377e";}s:47:"jquery-blockui-810b0be72c7aaad927fe6dfc6fb2e99a";a:5:{s:6:"handle";s:47:"jquery-blockui-810b0be72c7aaad927fe6dfc6fb2e99a";s:6:"string";s:651:"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,wp-includes/js/jquery/ui/draggable.min.js";s:4:"type";s:6:"script";s:5:"order";i:2;s:4:"hash";s:32:"810b0be72c7aaad927fe6dfc6fb2e99a";}s:56:"quoteup-cart-responsive-91709578ccf7bb99f228e9d57e8484b9";a:5:{s:6:"handle";s:56:"quoteup-cart-responsive-91709578ccf7bb99f228e9d57e8484b9";s:6:"string";s:234:"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:"91709578ccf7bb99f228e9d57e8484b9";}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:40:"select2-6f0bd799cd4d2fbaa034b2d157f1ca5c";a:5:{s:6:"handle";s:40:"select2-6f0bd799cd4d2fbaa034b2d157f1ca5c";s:6:"string";s:681:"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,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:"6f0bd799cd4d2fbaa034b2d157f1ca5c";}s:48:"jquery-ui-mouse-cc78360dfc9ea92bb9fbb3b5b1a8aa8b";a:5:{s:6:"handle";s:48:"jquery-ui-mouse-cc78360dfc9ea92bb9fbb3b5b1a8aa8b";s:6:"string";s:461:"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,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:1;s:4:"hash";s:32:"cc78360dfc9ea92bb9fbb3b5b1a8aa8b";}s:51:"dp-template-editor-d88f1906f82f8cbb06b38e28b6059de3";a:5:{s:6:"handle";s:51:"dp-template-editor-d88f1906f82f8cbb06b38e28b6059de3";s:6:"string";s:338:"wp_staging/wp-content/plugins/displayProduct/admin/./assets/css/template-editor/dp-template-editor.css,wp_staging/wp-includes/css/buttons.min.css,wp_staging/wp-admin/css/forms.min.css,wp_staging/wp-admin/css/l10n.min.css,wp_staging/wp-admin/css/login.min.css,wp_staging/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:"d88f1906f82f8cbb06b38e28b6059de3";}s:51:"dp-template-editor-5facdac309468b5e63a49accb01cabe7";a:5:{s:6:"handle";s:51:"dp-template-editor-5facdac309468b5e63a49accb01cabe7";s:6:"string";s:825:"wp_staging/wp-content/plugins/displayProduct/admin/./assets/css/template-editor/dp-template-editor.css,wp_staging/wp-content/plugins/contact-form-7/includes/css/styles.css,wp_staging/wp-content/plugins/disclaimer-and-notification-manager-for-authors/dm-disclaimer-manager.css,wp_staging/wp-content/plugins/displayProduct/plugin/magnific/magnific.css,wp_staging/wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.css,wp_staging/wp-content/plugins/pc-google-analytics/assets/css/frontend.css,wp_staging/wp-content/plugins/sidecar-decision-tree/decisiontree_local_style.css,wp_staging/wp-content/plugins/social-media-widget/social_widget.css,wp_staging/wp-content/plugins/ultimate-social-media-plus/css/sfsi-style.css,wp_staging/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:"5facdac309468b5e63a49accb01cabe7";}s:58:"ywtm-icon-retinaicon-font-5c3b39121b3b3da49853e7813ea88a6e";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-5c3b39121b3b3da49853e7813ea88a6e";s:6:"string";s:702:"wp_staging/wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp_staging/wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp_staging/wp-content/plugins/wordpress-seo-premium/css/adminbar-340.min.css,wp_staging/wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp_staging/wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp_staging/wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp_staging/wp-content/themes/flatsome/assets/css/flatsome.css,wp_staging/wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp_staging/wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:1;s:4:"hash";s:32:"5c3b39121b3b3da49853e7813ea88a6e";}s:41:"magnific-10a751c9bd87c078e01e603d07301473";a:5:{s:6:"handle";s:41:"magnific-10a751c9bd87c078e01e603d07301473";s:6:"string";s:364:"wp_staging/wp-content/plugins/displayProduct/plugin/magnific/magnific.js,wp_staging/wp-content/plugins/displayProduct/plugin/magnific/magnific-custom.js,wp_staging/wp-includes/js/zxcvbn-async.min.js,wp_staging/wp-content/plugins/pc-google-analytics/assets/js/frontend.min.js,wp_staging/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:"10a751c9bd87c078e01e603d07301473";}s:49:"flatsome-effects-7b55fb25cb2751f15ff825a5b548448d";a:5:{s:6:"handle";s:49:"flatsome-effects-7b55fb25cb2751f15ff825a5b548448d";s:6:"string";s:60:"wp_staging/wp-content/themes/flatsome/assets/css/effects.css";s:4:"type";s:5:"style";s:5:"order";i:3;s:4:"hash";s:32:"7b55fb25cb2751f15ff825a5b548448d";}s:44:"jquery-form-4d78b20ba0cf06389a65e15cdfb3f9c2";a:5:{s:6:"handle";s:44:"jquery-form-4d78b20ba0cf06389a65e15cdfb3f9c2";s:6:"string";s:770:"wp_staging/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js,wp_staging/wp-content/plugins/contact-form-7/includes/js/scripts.js,wp_staging/wp-admin/js/password-strength-meter.min.js,wp_staging/wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js,wp_staging/wp-content/plugins/password-strength-for-woocommerce/js/password-strength-wc.js,wp_staging/wp-includes/js/jquery/ui/core.min.js,wp_staging/wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js,wp_staging/wp-content/plugins/ultimate-social-media-plus/js/shuffle/jquery.shuffle.min.js,wp_staging/wp-content/plugins/ultimate-social-media-plus/js/shuffle/random-shuffle-min.js,wp_staging/wp-content/plugins/ultimate-social-media-plus/js/custom.js";s:4:"type";s:6:"script";s:5:"order";i:4;s:4:"hash";s:32:"4d78b20ba0cf06389a65e15cdfb3f9c2";}s:47:"wc-add-to-cart-d870ee058a938c0fd710285fc9097a6b";a:5:{s:6:"handle";s:47:"wc-add-to-cart-d870ee058a938c0fd710285fc9097a6b";s:6:"string";s:788:"wp_staging/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js,wp_staging/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,wp_staging/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,wp_staging/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js,wp_staging/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js,wp_staging/wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js,wp_staging/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js,wp_staging/wp-content/plugins/product-enquiry-pro/js/public/multiple-select.js,wp_staging/wp-includes/js/jquery/ui/widget.min.js,wp_staging/wp-includes/js/jquery/ui/mouse.min.js";s:4:"type";s:6:"script";s:5:"order";i:5;s:4:"hash";s:32:"d870ee058a938c0fd710285fc9097a6b";}s:52:"jquery-ui-draggable-4920fa5b897b348156edd78a10feffec";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-4920fa5b897b348156edd78a10feffec";s:6:"string";s:412:"wp_staging/wp-includes/js/jquery/ui/draggable.min.js,wp_staging/wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp_staging/wp-includes/js/hoverIntent.min.js,wp_staging/wp-content/themes/flatsome/assets/js/flatsome.js,wp_staging/wp-content/themes/flatsome/assets/js/woocommerce.js,wp_staging/wp-includes/js/wp-embed.min.js,wp_staging/wp-content/themes/flatsome/assets/libs/packery.pkgd.min.js";s:4:"type";s:6:"script";s:5:"order";i:6;s:4:"hash";s:32:"4920fa5b897b348156edd78a10feffec";}s:58:"ywtm-icon-retinaicon-font-5a440ad252414a9fbe34bf825e7dd6ca";a:5:{s:6:"handle";s:58:"ywtm-icon-retinaicon-font-5a440ad252414a9fbe34bf825e7dd6ca";s:6:"string";s:625:"wp_staging/wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/fonts/retinaicon-font/style.css,wp_staging/wp-content/plugins/yith-woocommerce-tab-manager-premium/assets/css/font-awesome.min.css,wp_staging/wp-content/themes/flatsome/inc/integrations/ninjaforms/ninjaforms.css,wp_staging/wp-content/plugins/product-enquiry-pro/css/public/multiple-select.css,wp_staging/wp-content/plugins/product-enquiry-pro/css/public/responsive-style.css,wp_staging/wp-content/themes/flatsome/assets/css/flatsome.css,wp_staging/wp-content/themes/flatsome/assets/css/flatsome-shop.css,wp_staging/wp-content/themes/flatsome/style.css";s:4:"type";s:5:"style";s:5:"order";i:0;s:4:"hash";s:32:"5a440ad252414a9fbe34bf825e7dd6ca";}s:52:"jquery-ui-draggable-aff9cf4374870901ef398af677f48f3c";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-aff9cf4374870901ef398af677f48f3c";s:6:"string";s:342:"wp_staging/wp-includes/js/jquery/ui/draggable.min.js,wp_staging/wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp_staging/wp-includes/js/hoverIntent.min.js,wp_staging/wp-content/themes/flatsome/assets/js/flatsome.js,wp_staging/wp-content/themes/flatsome/assets/js/woocommerce.js,wp_staging/wp-includes/js/wp-embed.min.js";s:4:"type";s:6:"script";s:5:"order";i:0;s:4:"hash";s:32:"aff9cf4374870901ef398af677f48f3c";}s:52:"jquery-ui-draggable-1d7d9b8e061ae93b0f5c098abd91a272";a:5:{s:6:"handle";s:52:"jquery-ui-draggable-1d7d9b8e061ae93b0f5c098abd91a272";s:6:"string";s:601:"wp_staging/wp-includes/js/jquery/ui/draggable.min.js,wp_staging/wp-content/plugins/product-enquiry-pro/js/public/responsive-table.js,wp_staging/wp-includes/js/hoverIntent.min.js,wp_staging/wp-content/themes/flatsome/assets/js/flatsome.js,wp_staging/wp-content/themes/flatsome/assets/js/woocommerce.js,wp_staging/wp-includes/js/wp-embed.min.js,wp_staging/wp-content/plugins/ninja-forms/deprecated/js/min/jquery.maskedinput.min.js,wp_staging/wp-includes/js/underscore.min.js,wp_staging/wp-includes/js/backbone.min.js,wp_staging/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:"1d7d9b8e061ae93b0f5c098abd91a272";}}}', '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (608093, '_transient_timeout_external_ip_address_10.19.74.103', '1486058187', 'no'); 
INSERT INTO `wp_options` VALUES (608094, '_transient_external_ip_address_10.19.74.103', '104.238.94.202', '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 (608470, '_transient_timeout_external_ip_address_10.31.202.59', '1486160811', 'no'); 
INSERT INTO `wp_options` VALUES (608471, '_transient_external_ip_address_10.31.202.59', '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (610160, '_transient_timeout_yit_panel_sidebar_remote_widgets', '1490094421', 'no'); 
INSERT INTO `wp_options` VALUES (610161, '_transient_yit_panel_sidebar_remote_widgets', 'a:0:{}', '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (612154, '_transient_timeout_wc_related_733', '1486646919', 'no'); 
INSERT INTO `wp_options` VALUES (612155, '_transient_wc_related_733', 'a:11:{i:0;s:3:"621";i:1;s:3:"637";i:2;s:3:"734";i:3;s:3:"190";i:4;s:3:"310";i:5;s:3:"425";i:6;s:3:"620";i:7;s:3:"732";i:8;s:3:"735";i:9;s:3:"736";i:10;s:3:"738";}', 'no'); 
INSERT INTO `wp_options` VALUES (612359, '_site_transient_timeout_browser_f4f646d94c93d67142ec6fd2459f205f', '1487180904', 'no'); 
INSERT INTO `wp_options` VALUES (612360, '_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 (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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', 'https://stage.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (613096, '_transient_timeout_external_ip_address_10.75.4.6', '1487387096', 'no'); 
INSERT INTO `wp_options` VALUES (613097, '_transient_external_ip_address_10.75.4.6', '104.238.94.202', '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (613933, '_transient_timeout_external_ip_address_10.242.43.93', '1487624646', 'no'); 
INSERT INTO `wp_options` VALUES (613934, '_transient_external_ip_address_10.242.43.93', '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (615638, '_transient_timeout_nf_form_0', '1487429390', 'no'); 
INSERT INTO `wp_options` VALUES (615639, '_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 (615669, '_transient_timeout_external_ip_address_127.0.0.1', '1487951941', 'no'); 
INSERT INTO `wp_options` VALUES (615670, '_transient_external_ip_address_127.0.0.1', '104.238.94.202', '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (615972, '_transient_timeout_nf_form_15', '1487515803', 'no'); 
INSERT INTO `wp_options` VALUES (615973, '_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-02-17";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:11:{i:27;a:7:{s:2:"id";s:2:"27";s:7:"form_id";s:2:"15";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:28;a:7:{s:2:"id";s:2:"28";s:7:"form_id";s:2:"15";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:30;a:7:{s:2:"id";s:2:"30";s:7:"form_id";s:2:"15";s:4:"type";s:5:"_text";s:5:"order";s:3:"999";s:4:"data";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:"";}s:6:"fav_id";N;s:6:"def_id";s:1:"8";}i:31;a:7:{s:2:"id";s:2:"31";s:7:"form_id";s:2:"15";s:4:"type";s:5:"_text";s:5:"order";s:3:"999";s:4:"data";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:"";}s:6:"fav_id";N;s:6:"def_id";s:1:"9";}i:32;a:7:{s:2:"id";s:2:"32";s:7:"form_id";s:2:"15";s:4:"type";s:5:"_text";s:5:"order";s:3:"999";s:4:"data";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:"";}s:6:"fav_id";N;s:6:"def_id";s:2:"10";}i:33;a:7:{s:2:"id";s:2:"33";s:7:"form_id";s:2:"15";s:4:"type";s:5:"_list";s:5:"order";s:3:"999";s:4:"data";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:"";}s:6:"fav_id";N;s:6:"def_id";s:2:"11";}i:34;a:7:{s:2:"id";s:2:"34";s:7:"form_id";s:2:"15";s:4:"type";s:5:"_text";s:5:"order";s:3:"999";s:4:"data";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:"";}s:6:"fav_id";N;s:6:"def_id";s:2:"12";}i:35;a:7:{s:2:"id";s:2:"35";s:7:"form_id";s:2:"15";s:4:"type";s:8:"_country";s:5:"order";s:3:"999";s:4:"data";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:"";}s:6:"fav_id";N;s:6:"def_id";s:2:"13";}i:36;a:7:{s:2:"id";s:2:"36";s:7:"form_id";s:2:"15";s:4:"type";s:5:"_text";s:5:"order";s:3:"999";s:4:"data";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:"";}s:6:"fav_id";N;s:6:"def_id";s:2:"14";}i:37;a:7:{s:2:"id";s:2:"37";s:7:"form_id";s:2:"15";s:4:"type";s:5:"_text";s:5:"order";s:3:"999";s:4:"data";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:"";}s:6:"fav_id";N;s:6:"def_id";s:2:"15";}i:38;a:7:{s:2:"id";s:2:"38";s:7:"form_id";s:2:"15";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 (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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (617491, '_site_transient_timeout_browser_88337cd9fed317d029aaa03191c0be0b', '1488471863', 'no'); 
INSERT INTO `wp_options` VALUES (617492, '_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 (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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (618119, 'product_cat_children', 'a:19:{i:149;a:4:{i:0;i:9;i:1;i:150;i:2;i:151;i:3;i:325;}i:8;a:3:{i:0;i:16;i:1;i:20;i:2;i:21;}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:3:{i:0;i:79;i:1;i:86;i:2;i:160;}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:3:{i:0;i:99;i:1;i:100;i:2;i:101;}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;}}', 'yes'); 
INSERT INTO `wp_options` VALUES (618195, '_transient_timeout_wc_term_counts', '1490588538', 'no'); 
INSERT INTO `wp_options` VALUES (618196, '_transient_wc_term_counts', 'a:375:{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:"21";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:"1";i:261;s:2:"10";i:149;s:3:"140";i:9;s:3:"111";i:38;s:1:"4";i:138;s:1:"3";i:180;s:1:"2";i:181;s:1:"1";i:12;s:1:"6";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:325;s:1:"4";i:16;s:2:"10";i:8;s:2:"19";i:21;s:1:"8";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: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:165;s:1:"1";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";i:453;s:1:"2";i:317;s:1:"2";i:454;s:1:"1";i:319;s:1:"1";i:452;s:1:"1";i:455;s:1:"1";i:267;s:1:"1";i:268;s:1:"1";i:266;s:1:"1";i:270;s:1:"1";i:271;s:1:"1";i:269;s:1:"1";i:276;s:1:"1";i:277;s:1:"1";i:278;s:1:"1";i:279;s:1:"1";i:280;s:1:"1";i:281;s:1:"1";i:282;s:1:"1";i:275;s:1:"1";i:284;s:1:"1";i:285;s:1:"1";i:286;s:1:"1";i:287;s:1:"1";i:288;s:1:"1";i:283;s:1:"1";i:290;s:1:"1";i:291;s:1:"1";i:292;s:1:"1";i:293;s:1:"1";i:289;s:1:"1";i:296;s:1:"1";i:297;s:1:"1";i:295;s:1:"1";i:300;s:1:"1";i:301;s:1:"1";i:302;s:1:"1";i:303;s:1:"1";i:304;s:1:"1";i:305;s:1:"1";i:306;s:1:"1";i:307;s:1:"1";i:314;s:1:"1";i:315;s:1:"1";i:316;s:1:"1";i:313;s:1:"1";i:312;s:1:"1";i:502;s:1:"2";i:258;s:1:"1";i:433;s:1:"1";i:438;s:2:"10";i:198;s:1:"1";i:183;s:1:"1";i:338;s:1:"1";i:110;s:2:"22";i:427;s:1:"1";i:370;s:1:"1";i:318;s:1:"7";i:103;s:2:"22";i:182;s:1:"1";i:437;s:2:"10";i:440;s:1:"4";i:439;s:1:"4";i:384;s:1:"1";i:111;s:2:"10";i:126;s:1:"4";i:125;s:1:"4";i:104;s:2:"22";i:120;s:1:"3";i:173;s:2:"16";i:274;s:1:"1";i:272;s:1:"2";i:405;s:2:"10";i:364;s:1:"2";i:447;s:1:"1";i:245;s:1:"6";i:357;s:1:"1";i:446;s:1:"1";i:514;s:1:"1";i:381;s:1:"1";i:387;s:1:"1";i:419;s:1:"1";i:299;s:1:"1";i:386;s:1:"1";i:400;s:2:"10";i:322;s:1:"3";i:243;s:1:"3";i:430;s:2:"20";i:442;s:1:"1";i:441;s:1:"1";i:236;s:1:"6";i:327;s:1:"3";i:489;s:1:"1";i:335;s:1:"2";i:371;s:1:"2";i:158;s:1:"2";i:415;s:1:"2";i:157;s:1:"2";i:450;s:1:"1";i:164;s:1:"2";i:432;s:2:"20";i:436;s:1:"1";i:426;s:1:"1";i:113;s:1:"7";i:328;s:1:"3";i:148;s:1:"3";i:361;s:1:"1";i:254;s:1:"3";i:393;s:1:"1";i:345;s:1:"3";i:253;s:1:"2";i:310;s:1:"1";i:141;s:1:"4";i:193;s:1:"1";i:162;s:1:"2";i:406;s:1:"4";i:375;s:1:"2";i:153;s:1:"2";i:273;s:1:"1";i:184;s:1:"1";i:263;s:1:"2";i:249;s:1:"1";i:330;s:1:"1";i:109;s:2:"33";i:311;s:1:"1";i:105;s:2:"84";i:188;s:1:"1";i:139;s:1:"1";i:347;s:1:"1";i:348;s:1:"1";i:163;s:1:"2";i:429;s:2:"20";i:308;s:1:"1";i:195;s:1:"2";i:118;s:1:"8";i:399;s:1:"2";i:298;s:1:"1";i:383;s:1:"1";i:409;s:1:"4";i:369;s:1:"1";i:102;s:3:"104";i:492;s:1:"1";i:329;s:1:"1";i:106;s:2:"33";i:114;s:1:"4";i:136;s:1:"1";i:234;s:1:"1";i:248;s:1:"1";i:392;s:1:"9";i:482;s:1:"1";i:332;s:1:"1";i:326;s:1:"1";i:503;s:1:"1";i:504;s:1:"1";i:333;s:1:"1";i:323;s:1:"1";i:324;s:1:"1";i:334;s:1:"1";i:373;s:1:"1";i:372;s:1:"1";i:423;s:1:"1";i:420;s:1:"1";i:377;s:1:"1";i:376;s:1:"1";i:359;s:1:"1";i:360;s:1:"1";i:365;s:1:"1";i:366;s:1:"1";i:462;s:1:"1";i:367;s:1:"1";i:368;s:1:"1";i:320;s:1:"2";i:321;s:1:"1";i:434;s:1:"1";i:435;s:1:"1";i:413;s:1:"1";i:414;s:1:"1";i:251;s:1:"1";i:252;s:1:"1";i:349;s:1:"1";i:350;s:1:"1";i:428;s:1:"1";i:351;s:1:"1";i:352;s:1:"1";i:416;s:1:"1";i:417;s:1:"1";i:418;s:1:"1";i:344;s:1:"1";i:353;s:1:"1";i:354;s:1:"1";i:355;s:1:"1";i:356;s:1:"1";i:424;s:1:"1";i:395;s:1:"1";i:396;s:1:"1";i:380;s:1:"1";i:121;s:1:"3";i:398;s:2:"12";i:132;s:1:"6";i:140;s:1:"6";i:108;s:2:"39";i:265;s:1:"3";i:240;s:1:"2";i:134;s:1:"4";i:255;s:1:"1";i:404;s:2:"10";i:385;s:1:"1";i:187;s:2:"13";i:247;s:1:"1";i:431;s:1:"5";i:402;s:2:"10";i:408;s:1:"4";i:407;s:1:"4";i:448;s:1:"1";i:363;s:1:"1";i:257;s:1:"1";i:401;s:2:"10";i:403;s:2:"10";i:17;s:2:"10";i:483;s:1:"1";i:391;s:1:"3";i:445;s:1:"1";i:264;s:1:"2";i:374;s:1:"2";i:410;s:1:"4";i:189;s:1:"1";i:358;s:1:"1";i:244;s:1:"1";i:133;s:1:"4";i:336;s:1:"2";i:451;s:1:"2";i:411;s:1:"8";i:346;s:1:"3";i:379;s:1:"1";i:294;s:1:"1";i:382;s:1:"1";i:135;s:1:"4";i:237;s:1:"1";i:389;s:1:"8";i:238;s:1:"1";i:256;s:1:"1";i:378;s:1:"2";i:412;s:1:"1";i:241;s:1:"1";i:510;s:1:"1";i:112;s:2:"15";i:235;s:1:"9";i:449;s:1:"1";i:421;s:1:"1";i:250;s:1:"1";i:362;s:1:"1";i:154;s:1:"2";i:190;s:1:"9";i:388;s:1:"1";i:309;s:1:"1";i:191;s:1:"1";i:394;s:1:"6";i:167;s:1:"1";i:194;s:1:"1";i:186;s:1:"1";i:185;s:1:"1";i:192;s:2:"13";i:422;s:1:"1";i:166;s:1:"1";i:196;s:1:"1";i:197;s:1:"1";i:425;s:1:"1";i:443;s:1:"1";i:397;s:1:"1";i:147;s:1:"3";i:242;s:1:"2";i:233;s:1:"5";i:444;s:1:"1";i:463;s:1:"1";i:146;s:1:"3";i:337;s:1:"1";i:331;s:1:"1";i:390;s:1:"5";i:484;s:1:"1";i:239;s:1:"1";i:119;s:1:"9";i:172;s:2:"16";}', 'no'); 
INSERT INTO `wp_options` VALUES (618237, 'wpseo_sitemap_3726_cache_validator', '6jY3E', 'no'); 
INSERT INTO `wp_options` VALUES (618298, '_transient_timeout_wc_low_stock_count', '1490561823', 'no'); 
INSERT INTO `wp_options` VALUES (618299, '_transient_wc_low_stock_count', '0', 'no'); 
INSERT INTO `wp_options` VALUES (618300, '_transient_timeout_wc_outofstock_count', '1490561823', 'no'); 
INSERT INTO `wp_options` VALUES (618301, '_transient_wc_outofstock_count', '0', '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://stage.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://stage.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (618417, '_transient_timeout_yst_sm_product_tag_1:wFYf_64dbV', '1488082939', 'no'); 
INSERT INTO `wp_options` VALUES (618418, '_transient_yst_sm_product_tag_1:wFYf_64dbV', 'C:24:"WPSEO_Sitemap_Cache_Data":37143:{a:2:{s:6:"status";s:2:"ok";s:3:"xml";s:37094:"<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://stage.miller-stephenson.com/product-tag/1106/</loc>\n		<lastmod>2016-11-28T20:04:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/110xn/</loc>\n		<lastmod>2016-11-28T20:04:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/1206/</loc>\n		<lastmod>2016-11-28T20:05:06+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/120x/</loc>\n		<lastmod>2016-11-28T20:05:06+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/200/</loc>\n		<lastmod>2017-02-08T13:36:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2000/</loc>\n		<lastmod>2016-09-28T12:36:19+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2110/</loc>\n		<lastmod>2016-12-21T18:36:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2111/</loc>\n		<lastmod>2016-12-21T18:36:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/211x/</loc>\n		<lastmod>2016-12-21T18:36:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2120/</loc>\n		<lastmod>2016-12-21T18:37:35+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2121/</loc>\n		<lastmod>2016-12-21T18:37:35+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/212x/</loc>\n		<lastmod>2016-12-21T18:37:35+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2140/</loc>\n		<lastmod>2016-12-21T18:38:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2141/</loc>\n		<lastmod>2016-12-21T18:38:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2142/</loc>\n		<lastmod>2016-12-21T18:38:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2143/</loc>\n		<lastmod>2016-12-21T18:38:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2144/</loc>\n		<lastmod>2016-12-21T18:38:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2145/</loc>\n		<lastmod>2016-12-21T18:38:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2146/</loc>\n		<lastmod>2016-12-21T18:38:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/214x/</loc>\n		<lastmod>2016-12-21T18:38:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2160/</loc>\n		<lastmod>2016-12-21T18:39:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2161/</loc>\n		<lastmod>2016-12-21T18:39:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2162/</loc>\n		<lastmod>2016-12-21T18:39:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2163/</loc>\n		<lastmod>2016-12-21T18:39:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2164/</loc>\n		<lastmod>2016-12-21T18:39:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/216x/</loc>\n		<lastmod>2016-12-21T18:39:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2170/</loc>\n		<lastmod>2016-12-21T18:40:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2171/</loc>\n		<lastmod>2016-12-21T18:40:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2172/</loc>\n		<lastmod>2016-12-21T18:40:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2173/</loc>\n		<lastmod>2016-12-21T18:40:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/217x/</loc>\n		<lastmod>2016-12-21T18:40:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2180/</loc>\n		<lastmod>2016-12-21T18:40:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2181/</loc>\n		<lastmod>2016-12-21T18:40:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/218x/</loc>\n		<lastmod>2016-12-21T18:40:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2210g/</loc>\n		<lastmod>2016-12-21T18:35:46+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2211g/</loc>\n		<lastmod>2016-12-21T18:35:46+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2212g/</loc>\n		<lastmod>2016-12-21T18:35:46+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2213g/</loc>\n		<lastmod>2016-12-21T18:35:46+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/221x/</loc>\n		<lastmod>2016-12-21T18:35:46+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2220g/</loc>\n		<lastmod>2016-12-21T18:42:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2221g/</loc>\n		<lastmod>2016-12-21T18:42:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2222g/</loc>\n		<lastmod>2016-12-21T18:42:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2230fg/</loc>\n		<lastmod>2016-12-21T18:43:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2231fg/</loc>\n		<lastmod>2016-12-21T18:43:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2232fg/</loc>\n		<lastmod>2016-12-21T18:43:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/2233fg/</loc>\n		<lastmod>2016-12-21T18:43:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/223x/</loc>\n		<lastmod>2016-12-21T18:43:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/226-fg/</loc>\n		<lastmod>2017-02-24T19:15:28+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/283ab/</loc>\n		<lastmod>2016-09-27T22:53:35+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/3100-series/</loc>\n		<lastmod>2016-09-21T14:30:59+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/3200/</loc>\n		<lastmod>2016-11-23T19:41:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/407/</loc>\n		<lastmod>2016-10-04T15:18:52+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/683/</loc>\n		<lastmod>2017-02-24T19:24:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/960/</loc>\n		<lastmod>2016-09-16T18:23:11+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/additive/</loc>\n		<lastmod>2016-10-07T17:50:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/adhesive/</loc>\n		<lastmod>2016-11-24T20:54:12+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/aero/</loc>\n		<lastmod>2016-11-12T14:15:50+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/aerosol/</loc>\n		<lastmod>2016-11-28T20:05:06+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/aerospace/</loc>\n		<lastmod>2017-02-24T19:24:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/agl/</loc>\n		<lastmod>2017-02-24T19:24:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/aliphatic-amine/</loc>\n		<lastmod>2016-11-23T19:41:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/amido-amines/</loc>\n		<lastmod>2016-09-23T17:42:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/amidoamines/</loc>\n		<lastmod>2016-09-23T17:42:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/anti-static/</loc>\n		<lastmod>2016-09-29T17:47:46+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/anticorrosion/</loc>\n		<lastmod>2016-10-04T14:48:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/aut/</loc>\n		<lastmod>2016-10-05T19:53:19+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/automotive/</loc>\n		<lastmod>2016-10-05T19:53:19+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/aviation/</loc>\n		<lastmod>2017-02-24T19:24:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/bd/</loc>\n		<lastmod>2016-10-10T12:54:54+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/bearing/</loc>\n		<lastmod>2016-10-07T18:01:20+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/box/</loc>\n		<lastmod>2016-12-21T18:38:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/chain/</loc>\n		<lastmod>2016-12-21T18:40:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/circuit-board-coating/</loc>\n		<lastmod>2016-11-24T03:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/clean/</loc>\n		<lastmod>2016-09-19T15:41:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/clean-room-solvent/</loc>\n		<lastmod>2016-09-23T17:43:51+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/cleaner/</loc>\n		<lastmod>2016-11-29T14:43:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/cleaners/</loc>\n		<lastmod>2016-09-19T15:47:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/cleanroom-solvent/</loc>\n		<lastmod>2016-09-23T17:43:51+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/clearance/</loc>\n		<lastmod>2017-02-24T14:43:26+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/coating/</loc>\n		<lastmod>2017-01-13T16:58:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/coatings/</loc>\n		<lastmod>2016-11-24T03:18:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/cobra/</loc>\n		<lastmod>2016-09-20T15:30:35+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/compressor/</loc>\n		<lastmod>2016-12-21T18:39:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/conformal/</loc>\n		<lastmod>2016-11-24T03:18:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/conformal-coating/</loc>\n		<lastmod>2016-11-24T03:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/connector/</loc>\n		<lastmod>2016-12-16T20:28:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/contact/</loc>\n		<lastmod>2016-12-19T16:26:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/curing-agent/</loc>\n		<lastmod>2016-11-23T19:44:15+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/cyclo-aliphatic-amines/</loc>\n		<lastmod>2016-09-23T17:26:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/cycloaliphatic-amines/</loc>\n		<lastmod>2016-09-23T17:26:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/degreaser/</loc>\n		<lastmod>2016-10-28T20:04:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/dry/</loc>\n		<lastmod>2016-11-23T19:20:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/dry-film/</loc>\n		<lastmod>2016-11-25T19:28:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/dryfilm/</loc>\n		<lastmod>2016-11-23T18:51:39+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/duster/</loc>\n		<lastmod>2016-11-12T14:15:50+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/eg/</loc>\n		<lastmod>2016-09-28T12:37:49+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/electrical/</loc>\n		<lastmod>2016-12-19T16:26:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/electronic/</loc>\n		<lastmod>2016-09-28T12:37:49+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/electronic-solvent-cleaner/</loc>\n		<lastmod>2016-09-23T17:52:19+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/environment/</loc>\n		<lastmod>2016-11-10T15:35:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/epikure/</loc>\n		<lastmod>2016-11-23T19:44:15+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/epikure-w/</loc>\n		<lastmod>2016-11-23T19:46:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/epoxy/</loc>\n		<lastmod>2016-11-24T20:54:12+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/extreme-pressure/</loc>\n		<lastmod>2016-10-04T14:11:48+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/film/</loc>\n		<lastmod>2016-11-23T19:20:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/fluid/</loc>\n		<lastmod>2016-10-05T12:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/fluorinated/</loc>\n		<lastmod>2016-09-26T17:59:02+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/fluoroguard/</loc>\n		<lastmod>2017-02-24T19:12:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/fluoropolymer/</loc>\n		<lastmod>2016-11-25T19:28:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/flux/</loc>\n		<lastmod>2016-10-27T15:58:56+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/flux-remover/</loc>\n		<lastmod>2016-09-19T17:13:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/food/</loc>\n		<lastmod>2016-12-21T18:43:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/food-contact/</loc>\n		<lastmod>2016-10-05T12:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/food-grade/</loc>\n		<lastmod>2016-12-21T18:35:02+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/fpg/</loc>\n		<lastmod>2016-11-10T15:35:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/free-radical-initiator/</loc>\n		<lastmod>2016-12-14T17:56:20+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/freeze/</loc>\n		<lastmod>2016-10-17T18:53:53+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/fsh/</loc>\n		<lastmod>2016-09-19T14:45:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/gear/</loc>\n		<lastmod>2016-12-21T18:38:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/gearbox/</loc>\n		<lastmod>2017-02-24T19:24:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/general/</loc>\n		<lastmod>2016-12-21T18:36:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/glass/</loc>\n		<lastmod>2016-11-25T13:41:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/global/</loc>\n		<lastmod>2016-09-15T15:35:31+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/gpl/</loc>\n		<lastmod>2017-02-08T13:36:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/grade/</loc>\n		<lastmod>2016-12-21T18:43:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/grease/</loc>\n		<lastmod>2017-02-24T19:25:34+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/h-1/</loc>\n		<lastmod>2016-10-04T15:10:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/h-1-rated/</loc>\n		<lastmod>2016-10-03T15:14:06+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/h0805a/</loc>\n		<lastmod>2016-09-19T16:47:04+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/h0805b/</loc>\n		<lastmod>2016-09-19T16:47:04+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/harsh/</loc>\n		<lastmod>2016-11-10T15:35:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/hexion/</loc>\n		<lastmod>2016-11-23T19:44:15+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/high/</loc>\n		<lastmod>2016-12-21T18:42:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/high-temp/</loc>\n		<lastmod>2016-12-21T15:23:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/high-temperature/</loc>\n		<lastmod>2016-12-21T18:37:35+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/high-performance-mold-release/</loc>\n		<lastmod>2016-11-25T19:41:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/hydraulic/</loc>\n		<lastmod>2016-12-21T18:40:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/inhibitor/</loc>\n		<lastmod>2016-09-26T18:08:16+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/initiator/</loc>\n		<lastmod>2016-12-14T17:56:20+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ipa/</loc>\n		<lastmod>2016-09-19T15:41:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/krytox/</loc>\n		<lastmod>2017-02-24T19:25:54+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ks-1220/</loc>\n		<lastmod>2017-02-24T19:25:54+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/low/</loc>\n		<lastmod>2016-09-15T15:35:31+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/lubricant/</loc>\n		<lastmod>2016-12-21T18:39:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/lubrication/</loc>\n		<lastmod>2016-09-27T22:51:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/lvp/</loc>\n		<lastmod>2016-10-05T12:38:18+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/mca/</loc>\n		<lastmod>2016-10-13T17:02:39+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/metal/</loc>\n		<lastmod>2016-11-25T13:41:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/mold-release/</loc>\n		<lastmod>2016-11-25T19:41:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/mold-release-agent/</loc>\n		<lastmod>2016-11-23T19:07:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-122ad/</loc>\n		<lastmod>2016-11-23T18:58:51+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-122adl/</loc>\n		<lastmod>2016-09-15T15:35:31+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-122av/</loc>\n		<lastmod>2016-11-25T19:41:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-122avl/</loc>\n		<lastmod>2016-11-25T19:41:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-122xd/</loc>\n		<lastmod>2016-11-23T19:20:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-124h/</loc>\n		<lastmod>2016-12-16T20:28:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-126h/</loc>\n		<lastmod>2016-12-16T20:28:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-143te/</loc>\n		<lastmod>2016-11-23T18:51:39+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-222l/</loc>\n		<lastmod>2016-11-12T14:15:50+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-222n/</loc>\n		<lastmod>2016-11-12T14:15:50+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-224/</loc>\n		<lastmod>2016-09-23T17:16:46+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-228/</loc>\n		<lastmod>2016-09-20T15:30:35+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-242l/</loc>\n		<lastmod>2016-10-17T18:53:53+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-242n/</loc>\n		<lastmod>2016-10-17T18:53:53+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-250/</loc>\n		<lastmod>2016-09-26T17:59:02+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-252/</loc>\n		<lastmod>2016-09-26T17:59:02+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-255/</loc>\n		<lastmod>2016-09-16T19:42:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-257/</loc>\n		<lastmod>2016-09-16T19:42:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-260/</loc>\n		<lastmod>2016-11-25T13:41:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-280/</loc>\n		<lastmod>2016-09-19T15:41:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-282/</loc>\n		<lastmod>2016-09-19T15:41:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-381/</loc>\n		<lastmod>2016-09-15T13:28:00+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-383/</loc>\n		<lastmod>2016-09-15T13:21:15+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-530n/</loc>\n		<lastmod>2016-11-29T14:43:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-532n/</loc>\n		<lastmod>2016-11-29T14:43:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-538/</loc>\n		<lastmod>2016-12-19T16:25:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-539/</loc>\n		<lastmod>2016-12-19T16:25:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-555/</loc>\n		<lastmod>2016-09-19T17:13:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-557/</loc>\n		<lastmod>2016-09-19T17:13:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-560/</loc>\n		<lastmod>2016-09-19T17:15:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-562/</loc>\n		<lastmod>2016-09-19T17:15:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-720l/</loc>\n		<lastmod>2016-10-27T15:43:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-725/</loc>\n		<lastmod>2016-09-19T17:16:18+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-727/</loc>\n		<lastmod>2016-09-19T17:16:18+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-738/</loc>\n		<lastmod>2016-12-19T16:26:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-738m/</loc>\n		<lastmod>2016-12-19T16:26:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-739/</loc>\n		<lastmod>2016-12-19T16:26:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-755l/</loc>\n		<lastmod>2016-10-27T15:58:56+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-760/</loc>\n		<lastmod>2016-09-19T15:45:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-762/</loc>\n		<lastmod>2016-09-19T15:45:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-765/</loc>\n		<lastmod>2016-09-19T15:47:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-767/</loc>\n		<lastmod>2016-09-19T15:47:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-907/</loc>\n		<lastmod>2016-11-24T20:54:12+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ms-tmu/</loc>\n		<lastmod>2016-12-22T13:20:50+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/multi/</loc>\n		<lastmod>2016-12-22T13:20:50+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/nickel/</loc>\n		<lastmod>2017-01-13T16:58:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/non-melting/</loc>\n		<lastmod>2016-10-10T12:54:54+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/non-flammable/</loc>\n		<lastmod>2016-11-25T19:26:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/nrt/</loc>\n		<lastmod>2016-10-04T19:23:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/nsf/</loc>\n		<lastmod>2016-12-21T18:35:02+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/oil/</loc>\n		<lastmod>2017-02-24T19:12:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/oils/</loc>\n		<lastmod>2016-12-21T18:40:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/opteon/</loc>\n		<lastmod>2016-10-28T20:04:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/oxygen/</loc>\n		<lastmod>2016-10-04T19:23:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/pca/</loc>\n		<lastmod>2017-02-24T19:12:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/pcb-coating/</loc>\n		<lastmod>2016-11-24T03:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/penetrating/</loc>\n		<lastmod>2016-12-19T17:57:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/pfpe/</loc>\n		<lastmod>2016-11-28T20:05:06+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/plastic/</loc>\n		<lastmod>2016-11-25T13:41:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/polyamide/</loc>\n		<lastmod>2016-11-23T19:44:15+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/polymer-film/</loc>\n		<lastmod>2016-11-24T03:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/polymerization-agent/</loc>\n		<lastmod>2016-12-14T17:56:20+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/polymerization-initiator/</loc>\n		<lastmod>2016-12-14T17:56:20+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/precision-cleaner/</loc>\n		<lastmod>2016-09-23T17:52:19+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/prep/</loc>\n		<lastmod>2016-09-16T19:42:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/pro/</loc>\n		<lastmod>2017-02-24T19:11:55+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/protective-coating/</loc>\n		<lastmod>2016-11-24T03:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/protective-polymer-film/</loc>\n		<lastmod>2016-11-24T03:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ptfe/</loc>\n		<lastmod>2016-11-28T20:05:06+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ptfe-mold-release/</loc>\n		<lastmod>2016-11-23T19:07:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ptfe-release-agent/</loc>\n		<lastmod>2016-11-25T19:28:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/pure-solvent/</loc>\n		<lastmod>2016-09-23T17:43:51+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/purpose/</loc>\n		<lastmod>2016-12-21T18:36:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/quik/</loc>\n		<lastmod>2016-10-17T18:53:53+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/radical-initiator/</loc>\n		<lastmod>2016-12-14T17:56:20+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/rated/</loc>\n		<lastmod>2016-10-04T15:10:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/re-move/</loc>\n		<lastmod>2016-09-26T17:59:02+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/re-nu/</loc>\n		<lastmod>2016-11-29T14:43:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/reactive/</loc>\n		<lastmod>2016-10-04T19:23:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/release-agent/</loc>\n		<lastmod>2016-11-23T19:07:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/release-agents/</loc>\n		<lastmod>2016-11-23T19:07:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/releasys/</loc>\n		<lastmod>2016-11-25T19:33:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/remover/</loc>\n		<lastmod>2016-10-27T15:58:56+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/rfi/</loc>\n		<lastmod>2017-01-13T16:58:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/roller/</loc>\n		<lastmod>2016-12-21T18:40:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/rust/</loc>\n		<lastmod>2016-09-26T18:08:16+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/safe/</loc>\n		<lastmod>2016-10-04T19:23:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/sdg/</loc>\n		<lastmod>2016-10-13T17:03:31+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/semi-permanent/</loc>\n		<lastmod>2016-11-25T19:33:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/sfr/</loc>\n		<lastmod>2016-10-10T15:58:20+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/sg/</loc>\n		<lastmod>2017-02-24T19:12:12+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/shieldsys/</loc>\n		<lastmod>2017-01-13T16:58:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/silicone/</loc>\n		<lastmod>2016-12-21T15:43:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/sion/</loc>\n		<lastmod>2016-10-28T20:04:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/skin-degreaser/</loc>\n		<lastmod>2016-12-28T18:21:02+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/sodium-nitrite/</loc>\n		<lastmod>2016-10-07T17:50:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/solvent/</loc>\n		<lastmod>2016-10-27T15:43:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/solvent-cleaner/</loc>\n		<lastmod>2016-09-23T17:52:19+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/spray/</loc>\n		<lastmod>2016-09-23T17:16:46+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/suprion/</loc>\n		<lastmod>2016-10-13T15:49:00+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/surface/</loc>\n		<lastmod>2016-09-16T19:42:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/surfactant/</loc>\n		<lastmod>2016-09-19T14:45:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/teflon/</loc>\n		<lastmod>2016-12-22T13:20:50+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/teflon-release-agent/</loc>\n		<lastmod>2016-11-25T19:25:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/temperature/</loc>\n		<lastmod>2016-12-21T18:42:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/the/</loc>\n		<lastmod>2016-12-21T15:14:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/thermoset-polysiloxane/</loc>\n		<lastmod>2016-11-25T19:33:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/thread-sealant/</loc>\n		<lastmod>2016-10-05T13:03:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/tht/</loc>\n		<lastmod>2016-12-21T15:23:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/tire/</loc>\n		<lastmod>2017-02-24T19:25:34+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/tm7/</loc>\n		<lastmod>2017-02-24T19:25:34+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/tribosys/</loc>\n		<lastmod>2016-12-21T18:43:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/trigger/</loc>\n		<lastmod>2016-09-23T17:16:46+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ts4/</loc>\n		<lastmod>2016-10-05T13:03:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/tss/</loc>\n		<lastmod>2016-12-21T15:37:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/twl/</loc>\n		<lastmod>2016-12-21T15:53:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/two-part/</loc>\n		<lastmod>2016-11-24T20:54:12+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/ultrapure-solvent/</loc>\n		<lastmod>2016-09-23T17:43:51+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/use/</loc>\n		<lastmod>2016-12-22T13:20:50+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/vacuum-pump/</loc>\n		<lastmod>2016-10-05T12:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/vapor/</loc>\n		<lastmod>2016-10-28T20:04:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/vertrel/</loc>\n		<lastmod>2016-10-13T17:06:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/vertrel-mca/</loc>\n		<lastmod>2016-09-23T17:43:51+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/vertrel-smt/</loc>\n		<lastmod>2016-10-13T17:04:33+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/vpf/</loc>\n		<lastmod>2016-10-05T12:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/vydax/</loc>\n		<lastmod>2016-09-16T18:23:11+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/warming/</loc>\n		<lastmod>2016-09-15T15:35:31+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/water-based/</loc>\n		<lastmod>2016-11-25T19:33:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/x-si/</loc>\n		<lastmod>2016-10-13T17:05:34+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/xf/</loc>\n		<lastmod>2016-10-13T17:06:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/xht/</loc>\n		<lastmod>2016-10-10T12:54:54+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-tag/xp/</loc>\n		<lastmod>2016-10-07T18:01:20+00:00</lastmod>\n	</url>\n</urlset>";}}', 'no'); 
INSERT INTO `wp_options` VALUES (618506, '_transient_timeout_yst_sm_page_1:wFYf_4yhZK', '1488110386', 'no'); 
INSERT INTO `wp_options` VALUES (618507, '_transient_yst_sm_page_1:wFYf_4yhZK', 'C:24:"WPSEO_Sitemap_Cache_Data":3661:{a:2:{s:6:"status";s:2:"ok";s:3:"xml";s:3613:"<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://stage.miller-stephenson.com/</loc>\n		<lastmod>2017-01-19T20:41:06+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/sample-page/</loc>\n		<lastmod>2016-08-15T18:57:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/wishlist/</loc>\n		<lastmod>2016-08-15T19:12:29+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/shop/</loc>\n		<lastmod>2016-08-15T19:19:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/cart/</loc>\n		<lastmod>2016-08-15T19:19:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/checkout/</loc>\n		<lastmod>2016-08-15T19:19:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/my-account/</loc>\n		<lastmod>2016-08-15T19:19:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/quote-list/</loc>\n		<lastmod>2016-08-26T19:29:23+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product-listing/</loc>\n		<lastmod>2016-09-10T15:38:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/specialty-products-solvents/</loc>\n		<lastmod>2016-09-24T15:05:14+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.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://stage.miller-stephenson.com/terms-conditions/</loc>\n		<lastmod>2016-09-29T16:29:39+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/krytox-lubrication-overview/</loc>\n		<lastmod>2016-09-29T19:14:23+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.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://stage.miller-stephenson.com/chemical-products/</loc>\n		<lastmod>2016-10-04T12:43:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.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://stage.miller-stephenson.com/epoxy-resin-conformal-coatings/</loc>\n		<lastmod>2016-10-12T13:40:56+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/articles/</loc>\n		<lastmod>2016-10-17T18:42:07+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/news/</loc>\n		<lastmod>2016-11-10T15:31:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/releasys-release-agent/</loc>\n		<lastmod>2017-01-17T17:48:56+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/contact/</loc>\n		<lastmod>2017-02-17T16:27:50+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/about-miller-stephenson/</loc>\n		<lastmod>2017-02-17T16:36:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/tech-support/sds/</loc>\n		<lastmod>2017-02-17T20:08:34+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/tech-support/</loc>\n		<lastmod>2017-02-22T16:17:43+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.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</urlset>";}}', '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (619253, '_transient_timeout_yst_sm_product_1:wFYf_6aepi', '1488247095', 'no'); 
INSERT INTO `wp_options` VALUES (619254, '_transient_yst_sm_product_1:wFYf_6aepi', 'C:24:"WPSEO_Sitemap_Cache_Data":96715:{a:2:{s:6:"status";s:2:"ok";s:3:"xml";s:96666:"<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://stage.miller-stephenson.com/shop/</loc>\n		<lastmod>2017-02-24T19:48:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon/</loc>\n		<lastmod>2016-08-19T16:45:31+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Epon-resin.jpg</image:loc>\n			<image:title><![CDATA[Epon resin]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/143aa/</loc>\n		<lastmod>2016-08-24T15:16:28+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_204603724.jpg</image:loc>\n			<image:title><![CDATA[shutterstock_204603724]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/143ay/</loc>\n		<lastmod>2016-08-24T15:17:59+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_376558549.jpg</image:loc>\n			<image:title><![CDATA[krytox_aerospace_grease_oil]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/143ab/</loc>\n		<lastmod>2016-08-24T15:19:14+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_395244856.jpg</image:loc>\n			<image:title><![CDATA[shutterstock_395244856]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/143ac/</loc>\n		<lastmod>2016-08-24T15:23:20+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_421483921.jpg</image:loc>\n			<image:title><![CDATA[shutterstock_421483921]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/143ad/</loc>\n		<lastmod>2016-08-24T15:24:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_428960251.jpg</image:loc>\n			<image:title><![CDATA[krytox_aerospace_grease_oil]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epi-rez-wd-510/</loc>\n		<lastmod>2016-08-30T14:41:18+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/milsolv-medical-solvents/</loc>\n		<lastmod>2016-09-13T14:12:50+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/canstockphoto9126509.jpg</image:loc>\n			<image:title><![CDATA[canstockphoto9126509]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xht-1000/</loc>\n		<lastmod>2016-09-13T14:32:29+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_373999234.jpg</image:loc>\n			<image:title><![CDATA[krytox-xht-high-temperature-grease-oil]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xht-500/</loc>\n		<lastmod>2016-09-13T14:35:35+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_326782289.jpg</image:loc>\n			<image:title><![CDATA[krytox-xht-high-temperature-grease-oil]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-381hc/</loc>\n		<lastmod>2016-09-15T13:21:15+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant.jpg</image:loc>\n			<image:title><![CDATA[connector-lubricant]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-381h/</loc>\n		<lastmod>2016-09-15T13:28:00+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2.jpg</image:loc>\n			<image:title><![CDATA[connector-lubricant-2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-122adl/</loc>\n		<lastmod>2016-09-15T15:35:31+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/ms-122adl-dry-film-lubricant.jpg</image:loc>\n			<image:title><![CDATA[ms-122adl-dry-film-lubricant]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/vydax-nrt-960/</loc>\n		<lastmod>2016-09-16T18:23:11+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-vydax-dryfilm-lubricant.jpg</image:loc>\n			<image:title><![CDATA[krytox-vydax-dryfilm-lubricant]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/surface-prepclean-ms-255257/</loc>\n		<lastmod>2016-09-16T19:42:45+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-255.jpg</image:loc>\n			<image:title><![CDATA[ms-255]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/157-fsh/</loc>\n		<lastmod>2016-09-19T14:44:35+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg</image:loc>\n			<image:title><![CDATA[Chemours Krytox Group Oil Scale 300 dpi]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/157-fsl/</loc>\n		<lastmod>2016-09-19T14:45:43+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Group-Oil-Scale-300-dpi.jpg</image:loc>\n			<image:title><![CDATA[Chemours Krytox Group Oil Scale 300 dpi]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-2a0/</loc>\n		<lastmod>2016-09-19T14:48:26+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease1.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-grease1]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-2a1/</loc>\n		<lastmod>2016-09-19T14:49:27+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease2.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-grease2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-2a2/</loc>\n		<lastmod>2016-09-19T14:53:48+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease3.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-grease3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-2a3/</loc>\n		<lastmod>2016-09-19T14:54:38+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease4.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-grease4]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-2a6/</loc>\n		<lastmod>2016-09-19T15:01:59+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease155.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-grease155]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-2a7/</loc>\n		<lastmod>2016-09-19T15:02:46+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease234.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-grease234]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-1a0/</loc>\n		<lastmod>2016-09-19T15:04:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-oil-grease]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-1a1/</loc>\n		<lastmod>2016-09-19T15:05:22+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-1.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-oil-grease-1]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-1a2/</loc>\n		<lastmod>2016-09-19T15:08:19+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-3.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-oil-grease-3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-1a3/</loc>\n		<lastmod>2016-09-19T15:09:17+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-4.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-oil-grease-4]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-1a4/</loc>\n		<lastmod>2016-09-19T15:10:00+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-5.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-oil-grease-5]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-1a5/</loc>\n		<lastmod>2016-09-19T15:10:56+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-14.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-oil-grease-14]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-1a6/</loc>\n		<lastmod>2016-09-19T15:11:37+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-7.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-oil-grease-7]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/xp-1a7/</loc>\n		<lastmod>2016-09-19T15:12:16+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-oil-grease-11.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-oil-grease-11]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-280282/</loc>\n		<lastmod>2016-09-19T15:41:37+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-280.jpg</image:loc>\n			<image:title><![CDATA[ms-280]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-720722/</loc>\n		<lastmod>2016-09-19T15:44:25+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-720.jpg</image:loc>\n			<image:title><![CDATA[ms-720]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-760762/</loc>\n		<lastmod>2016-09-19T15:45:45+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-760.jpg</image:loc>\n			<image:title><![CDATA[ms-760]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-765767/</loc>\n		<lastmod>2016-09-19T15:47:05+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-765.jpg</image:loc>\n			<image:title><![CDATA[ms-765]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/h0805ab/</loc>\n		<lastmod>2016-09-19T16:47:04+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/ms-flux-remover.jpg</image:loc>\n			<image:title><![CDATA[ms-flux-remover]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-555557/</loc>\n		<lastmod>2016-09-19T17:13:42+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/flux-remover.jpg</image:loc>\n			<image:title><![CDATA[flux-remover]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-560562/</loc>\n		<lastmod>2016-09-19T17:15:10+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/miller-stephenson-flux-remover.jpg</image:loc>\n			<image:title><![CDATA[miller-stephenson-flux-remover]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-725727/</loc>\n		<lastmod>2016-09-19T17:16:18+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/miller-stephenson-flux-remover-solvent.jpg</image:loc>\n			<image:title><![CDATA[miller-stephenson-flux-remover-solvent]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/cobra-duster/</loc>\n		<lastmod>2016-09-20T15:30:35+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/COBRA-BRUSH.jpg</image:loc>\n			<image:title><![CDATA[cobra-brush]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3125/</loc>\n		<lastmod>2016-09-21T14:30:59+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3125.jpg</image:loc>\n			<image:title><![CDATA[epikure-3125]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-58034/</loc>\n		<lastmod>2016-09-21T14:40:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIN-58034.jpg</image:loc>\n			<image:title><![CDATA[epin-58034]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-813/</loc>\n		<lastmod>2016-09-21T14:43:10+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-813.jpg</image:loc>\n			<image:title><![CDATA[epon-813]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-834/</loc>\n		<lastmod>2016-09-21T14:49:25+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-834.jpg</image:loc>\n			<image:title><![CDATA[epon-834]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-872/</loc>\n		<lastmod>2016-09-21T14:51:05+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-872.jpg</image:loc>\n			<image:title><![CDATA[epon-872]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-1002f/</loc>\n		<lastmod>2016-09-21T14:52:01+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-1002F.jpg</image:loc>\n			<image:title><![CDATA[epon-1002f]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-1004f/</loc>\n		<lastmod>2016-09-21T14:52:56+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-1004F.jpg</image:loc>\n			<image:title><![CDATA[epon-1004f]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-1007f/</loc>\n		<lastmod>2016-09-21T14:54:01+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-1007F.jpg</image:loc>\n			<image:title><![CDATA[epon-1007f]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-1031/</loc>\n		<lastmod>2016-09-21T14:56:43+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-1031.jpg</image:loc>\n			<image:title><![CDATA[epon-1031]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-8021/</loc>\n		<lastmod>2016-09-21T14:58:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8021.jpg</image:loc>\n			<image:title><![CDATA[epon-8021]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-8132/</loc>\n		<lastmod>2016-09-21T14:59:29+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8132.jpg</image:loc>\n			<image:title><![CDATA[epon-8132]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-8281/</loc>\n		<lastmod>2016-09-21T15:01:27+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8281.jpg</image:loc>\n			<image:title><![CDATA[epon-8281]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-58005/</loc>\n		<lastmod>2016-09-21T15:02:13+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-58005.jpg</image:loc>\n			<image:title><![CDATA[epon-58005]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-su-8/</loc>\n		<lastmod>2016-09-21T15:03:10+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-SU-8.jpg</image:loc>\n			<image:title><![CDATA[epon-su-8]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/heloxy-48/</loc>\n		<lastmod>2016-09-21T15:04:41+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-48.jpg</image:loc>\n			<image:title><![CDATA[heloxy-48]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/heloxy-62/</loc>\n		<lastmod>2016-09-21T15:06:27+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-62.jpg</image:loc>\n			<image:title><![CDATA[heloxy-62]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/heloxy-68/</loc>\n		<lastmod>2016-09-21T15:07:44+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-68.jpg</image:loc>\n			<image:title><![CDATA[heloxy-68]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/heloxy-116/</loc>\n		<lastmod>2016-09-21T15:15:52+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-116.jpg</image:loc>\n			<image:title><![CDATA[heloxy-116]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/heloxy-505/</loc>\n		<lastmod>2016-09-21T15:16:43+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-505.jpg</image:loc>\n			<image:title><![CDATA[heloxy-505]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/eponex-1510/</loc>\n		<lastmod>2016-09-21T15:30:42+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg</image:loc>\n			<image:title><![CDATA[Epon 1001F]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epi-rez-3522-w-60/</loc>\n		<lastmod>2016-09-23T16:59:25+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIREZ-3522-W-60.jpg</image:loc>\n			<image:title><![CDATA[epirez-3522-w-60]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epi-rez-5003-w-55/</loc>\n		<lastmod>2016-09-23T17:03:23+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIREZ-5003-W-55.jpg</image:loc>\n			<image:title><![CDATA[epirez-5003-w-55]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epi-rez-5522-wy-55/</loc>\n		<lastmod>2016-09-23T17:05:02+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIREZ-5522-WY-55.jpg</image:loc>\n			<image:title><![CDATA[epirez-5522-wy-55]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-1163/</loc>\n		<lastmod>2016-09-23T17:06:58+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg</image:loc>\n			<image:title><![CDATA[Epon 1001F]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-164/</loc>\n		<lastmod>2016-09-23T17:08:44+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg</image:loc>\n			<image:title><![CDATA[Epon 1001F]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-1001-x-75/</loc>\n		<lastmod>2016-09-23T17:10:36+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg</image:loc>\n			<image:title><![CDATA[Epon 1001F]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/spray-trigger/</loc>\n		<lastmod>2016-09-23T17:16:46+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-224-TRIGGER-SPRAY.jpg</image:loc>\n			<image:title><![CDATA[ms-224-trigger-spray]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3253/</loc>\n		<lastmod>2016-09-23T17:21:18+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-1.jpg</image:loc>\n			<image:title><![CDATA[epikure]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3295/</loc>\n		<lastmod>2016-09-23T17:22:23+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-1.jpg</image:loc>\n			<image:title><![CDATA[epikure]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3290/</loc>\n		<lastmod>2016-09-23T17:22:31+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3290.jpg</image:loc>\n			<image:title><![CDATA[epikure-3290]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3274/</loc>\n		<lastmod>2016-09-23T17:22:50+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-2.jpg</image:loc>\n			<image:title><![CDATA[epikure]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3271/</loc>\n		<lastmod>2016-09-23T17:22:58+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3271.jpg</image:loc>\n			<image:title><![CDATA[epikure-3271]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3234/</loc>\n		<lastmod>2016-09-23T17:23:17+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3234.jpg</image:loc>\n			<image:title><![CDATA[epikure-3234]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3223/</loc>\n		<lastmod>2016-09-23T17:23:29+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3223.jpg</image:loc>\n			<image:title><![CDATA[epikure-3223]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3270/</loc>\n		<lastmod>2016-09-23T17:23:42+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-2.jpg</image:loc>\n			<image:title><![CDATA[epikure]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3164/</loc>\n		<lastmod>2016-09-23T17:24:21+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-2.jpg</image:loc>\n			<image:title><![CDATA[epikure]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3155-2/</loc>\n		<lastmod>2016-09-23T17:24:29+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-2.jpg</image:loc>\n			<image:title><![CDATA[epikure]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3155/</loc>\n		<lastmod>2016-09-23T17:24:38+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-1.jpg</image:loc>\n			<image:title><![CDATA[epikure]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3015/</loc>\n		<lastmod>2016-09-23T17:25:50+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-1.jpg</image:loc>\n			<image:title><![CDATA[epikure]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3370/</loc>\n		<lastmod>2016-09-23T17:26:45+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-3370.jpg</image:loc>\n			<image:title><![CDATA[epikure-3370]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3030/</loc>\n		<lastmod>2016-09-23T17:28:42+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-2.jpg</image:loc>\n			<image:title><![CDATA[epikure]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3046/</loc>\n		<lastmod>2016-09-23T17:41:56+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-2.jpg</image:loc>\n			<image:title><![CDATA[epikure]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3055/</loc>\n		<lastmod>2016-09-23T17:42:47+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-2.jpg</image:loc>\n			<image:title><![CDATA[epikure]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-752u/</loc>\n		<lastmod>2016-09-23T17:43:51+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-752U.jpg</image:loc>\n			<image:title><![CDATA[ms-752u]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/milglide-compounding-additives/</loc>\n		<lastmod>2016-09-23T17:46:22+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/MMF_1657.jpg</image:loc>\n			<image:title><![CDATA[MMF_1657]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-580582/</loc>\n		<lastmod>2016-09-23T17:52:19+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-580N.jpg</image:loc>\n			<image:title><![CDATA[ms-580n]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/pfpe-re-move-ms-250252/</loc>\n		<lastmod>2016-09-26T17:59:02+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-250.jpg</image:loc>\n			<image:title><![CDATA[ms-250]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/rust-inhibitor/</loc>\n		<lastmod>2016-09-26T18:08:16+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/rust-inhibitor.jpg</image:loc>\n			<image:title><![CDATA[rust-inhibitor]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-280ab/</loc>\n		<lastmod>2016-09-27T22:50:22+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_139725616.jpg</image:loc>\n			<image:title><![CDATA[Krytox 280AB]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-280ac/</loc>\n		<lastmod>2016-09-27T22:51:43+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_311213984.jpg</image:loc>\n			<image:title><![CDATA[Krytox 280AC]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-283aa/</loc>\n		<lastmod>2016-09-27T22:52:38+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_369300404.jpg</image:loc>\n			<image:title><![CDATA[Krytox 283AA]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-283ab/</loc>\n		<lastmod>2016-09-27T22:53:35+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_331929869.jpg</image:loc>\n			<image:title><![CDATA[Krytox 283AB]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-283ac/</loc>\n		<lastmod>2016-09-27T22:55:49+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-grease-aerospace.jpg</image:loc>\n			<image:title><![CDATA[Krytox 283AC]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-283ad/</loc>\n		<lastmod>2016-09-27T22:57:13+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-grease-aerospace-aviation.jpg</image:loc>\n			<image:title><![CDATA[Krytox 283AD]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-283az/</loc>\n		<lastmod>2016-09-27T22:59:37+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_384420070.jpg</image:loc>\n			<image:title><![CDATA[Krytox 283AZ]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-eg-2000/</loc>\n		<lastmod>2016-09-28T12:36:19+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Krytox-electronic-grease.jpg</image:loc>\n			<image:title><![CDATA[Krytox EG 2000]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-eg-3000/</loc>\n		<lastmod>2016-09-28T12:37:49+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-eg-grease.jpg</image:loc>\n			<image:title><![CDATA[Krytox EG 3000]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/quik-freeze-antistatic/</loc>\n		<lastmod>2016-09-29T17:47:46+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze-anti-static.jpg</image:loc>\n			<image:title><![CDATA[quik-freeze-anti-static]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-nrt-plss/</loc>\n		<lastmod>2016-10-03T15:14:06+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_274873175.jpg</image:loc>\n			<image:title><![CDATA[Krytox NRT PLSS]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-204/</loc>\n		<lastmod>2016-10-04T13:41:06+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_399075487.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 204]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-210/</loc>\n		<lastmod>2016-10-04T13:59:04+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_389250415.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 210]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-211/</loc>\n		<lastmod>2016-10-04T13:59:50+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_283795469.jpg</image:loc>\n			<image:title><![CDATA[Krytox  GPL 211]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-212/</loc>\n		<lastmod>2016-10-04T14:00:34+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_93134335.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 212]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-214/</loc>\n		<lastmod>2016-10-04T14:04:09+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_416352307.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 214]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-215/</loc>\n		<lastmod>2016-10-04T14:05:34+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_60848668.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 215]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-216/</loc>\n		<lastmod>2016-10-04T14:06:22+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_333094712.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 216]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-217/</loc>\n		<lastmod>2016-10-04T14:11:48+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_149749874.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 217]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-220/</loc>\n		<lastmod>2016-10-04T14:36:06+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_180156275.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 220]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-221/</loc>\n		<lastmod>2016-10-04T14:36:34+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_147750545.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 221]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-222/</loc>\n		<lastmod>2016-10-04T14:37:05+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_313168337.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 222]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-223/</loc>\n		<lastmod>2016-10-04T14:37:37+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_157239284.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 223]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-224/</loc>\n		<lastmod>2016-10-04T14:38:26+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_95239273.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 224]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-225/</loc>\n		<lastmod>2016-10-04T14:40:12+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_159894728.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 225]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-226/</loc>\n		<lastmod>2016-10-04T14:45:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92739160.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 226]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-227/</loc>\n		<lastmod>2016-10-04T14:48:27+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_316632911.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 227]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-100/</loc>\n		<lastmod>2016-10-04T14:56:49+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 100]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-101/</loc>\n		<lastmod>2016-10-04T14:58:36+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease1.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 101]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-102/</loc>\n		<lastmod>2016-10-04T14:59:53+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease2.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 102]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-103/</loc>\n		<lastmod>2016-10-04T15:08:20+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease3.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 103]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-104/</loc>\n		<lastmod>2016-10-04T15:09:29+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease4.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 104]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-105/</loc>\n		<lastmod>2016-10-04T15:10:37+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease5.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 105]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-106/</loc>\n		<lastmod>2016-10-04T15:12:20+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-oil-grease-pfpe.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 106]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-107/</loc>\n		<lastmod>2016-10-04T15:13:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-pfpe-oil-grease-gpl.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 107]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-246/</loc>\n		<lastmod>2016-10-04T15:16:25+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-grease.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 246]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-407/</loc>\n		<lastmod>2016-10-04T15:18:52+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-gpl-grease-high-temp.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 407]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-240aa/</loc>\n		<lastmod>2016-10-04T17:34:21+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_61369633.jpg</image:loc>\n			<image:title><![CDATA[Krytox 240AA]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-240ab/</loc>\n		<lastmod>2016-10-04T17:37:24+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_92852002.jpg</image:loc>\n			<image:title><![CDATA[Krytox 240AB]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-240ac/</loc>\n		<lastmod>2016-10-04T17:39:52+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_125931485.jpg</image:loc>\n			<image:title><![CDATA[Krytox 240AC]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-240ad/</loc>\n		<lastmod>2016-10-04T17:40:56+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_439560973.jpg</image:loc>\n			<image:title><![CDATA[Krytox 240AD]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-250ac/</loc>\n		<lastmod>2016-10-04T17:55:16+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_331929857.jpg</image:loc>\n			<image:title><![CDATA[Krytox 250AC]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-250ad/</loc>\n		<lastmod>2016-10-04T17:55:53+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_321602429.jpg</image:loc>\n			<image:title><![CDATA[Krytox 250AD]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-250az/</loc>\n		<lastmod>2016-10-04T17:57:14+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_178012379.jpg</image:loc>\n			<image:title><![CDATA[Krytox 250AZ]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-nrt-8900/</loc>\n		<lastmod>2016-10-04T18:59:28+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_60087109.jpg</image:loc>\n			<image:title><![CDATA[Krytox NRT 8900]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-nrt-8904/</loc>\n		<lastmod>2016-10-04T19:03:00+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_315050906.jpg</image:loc>\n			<image:title><![CDATA[Krytox NRT 8904]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-nrt-8906/</loc>\n		<lastmod>2016-10-04T19:21:13+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_414620641.jpg</image:loc>\n			<image:title><![CDATA[Krytox NRT 8906]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-nrt-8908/</loc>\n		<lastmod>2016-10-04T19:23:57+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_18414949.jpg</image:loc>\n			<image:title><![CDATA[shutterstock_18414949]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-lvp/</loc>\n		<lastmod>2016-10-05T12:38:18+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_22381852.jpg</image:loc>\n			<image:title><![CDATA[Krytox LVP]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-vpf-1506/</loc>\n		<lastmod>2016-10-05T12:43:51+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_257574442.jpg</image:loc>\n			<image:title><![CDATA[Krytox VPF 1506]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-vpf-1514/</loc>\n		<lastmod>2016-10-05T12:44:59+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_462371947.jpg</image:loc>\n			<image:title><![CDATA[Krytox VPF 1514]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-vpf-1525/</loc>\n		<lastmod>2016-10-05T12:45:47+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_373295623.jpg</image:loc>\n			<image:title><![CDATA[Krytox VPF 1525]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-ts4-thread-sealant/</loc>\n		<lastmod>2016-10-05T13:03:22+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-ts4-thread-sealant-1.jpg</image:loc>\n			<image:title><![CDATA[Krytox TS4 Thread Sealant]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-xht-acx/</loc>\n		<lastmod>2016-10-05T17:37:01+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_292901249.jpg</image:loc>\n			<image:title><![CDATA[Krytox XHT-ACX]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-xht-bdx/</loc>\n		<lastmod>2016-10-05T18:02:23+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_105938183.jpg</image:loc>\n			<image:title><![CDATA[krytox-xht-high-temperature-grease-oil]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-xht-bdz/</loc>\n		<lastmod>2016-10-05T18:04:09+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_68906731.jpg</image:loc>\n			<image:title><![CDATA[Krytox XHT-BDZ]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-xht-s/</loc>\n		<lastmod>2016-10-05T18:23:15+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_102056233.jpg</image:loc>\n			<image:title><![CDATA[Krytox XHT-S]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-xht-sx/</loc>\n		<lastmod>2016-10-05T18:29:09+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_98038829.jpg</image:loc>\n			<image:title><![CDATA[Krytox XHT-SX]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-aut-2045/</loc>\n		<lastmod>2016-10-05T19:20:18+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_437367067.jpg</image:loc>\n			<image:title><![CDATA[Krytox AUT 2045]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-aut-2245/</loc>\n		<lastmod>2016-10-05T19:22:56+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_336316772.jpg</image:loc>\n			<image:title><![CDATA[Krytox AUT 2245]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-aut-2e45/</loc>\n		<lastmod>2016-10-05T19:46:57+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_97401731.jpg</image:loc>\n			<image:title><![CDATA[Krytox AUT 2E45]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-aut-2a45/</loc>\n		<lastmod>2016-10-05T19:53:19+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_194255531.jpg</image:loc>\n			<image:title><![CDATA[Krytox AUT 2A45]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-xp-2a4/</loc>\n		<lastmod>2016-10-07T17:19:29+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease6.jpg</image:loc>\n			<image:title><![CDATA[krytox-bearing-grease6]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-xht-ac/</loc>\n		<lastmod>2016-10-07T17:50:05+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_340828220.jpg</image:loc>\n			<image:title><![CDATA[Krytox XHT AC]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-xp-2a5/</loc>\n		<lastmod>2016-10-07T18:01:20+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-bearing-grease5.jpg</image:loc>\n			<image:title><![CDATA[Krytox XP 2A5]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-xht-bd/</loc>\n		<lastmod>2016-10-10T12:54:54+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_361063190.jpg</image:loc>\n			<image:title><![CDATA[Krytox XHT-BD]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-fpg-182/</loc>\n		<lastmod>2016-10-10T13:05:53+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-fpg-128-2.jpg</image:loc>\n			<image:title><![CDATA[Krytox FPG 182]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-203/</loc>\n		<lastmod>2016-10-10T15:45:10+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_295431182.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 203]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-202/</loc>\n		<lastmod>2016-10-10T15:47:27+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_333727961.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 202]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/vertrel-sfr/</loc>\n		<lastmod>2016-10-10T15:58:20+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-sfr.jpg</image:loc>\n			<image:title><![CDATA[Vertrel SFR]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/universal-ptfe-release-agent/</loc>\n		<lastmod>2016-10-10T17:05:13+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/MS-143AX-.jpg</image:loc>\n			<image:title><![CDATA[Universal PTFE Release Agent]]></image:title>\n			<image:caption><![CDATA[Universal PTFE Release Agent]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-201/</loc>\n		<lastmod>2016-10-11T13:46:21+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_117518518.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 201]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/acrylic-coating/</loc>\n		<lastmod>2016-10-11T15:00:56+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-467C.jpg</image:loc>\n			<image:title><![CDATA[Acrylic Coating]]></image:title>\n			<image:caption><![CDATA[Acrylic Coating]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-240az/</loc>\n		<lastmod>2016-10-11T15:33:34+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_300460277.jpg</image:loc>\n			<image:title><![CDATA[Krytox 240AZ]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-207/</loc>\n		<lastmod>2016-10-12T18:38:46+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_230407642.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 207]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/opteon-suprion/</loc>\n		<lastmod>2016-10-13T15:49:00+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/opteon-suprion.jpg</image:loc>\n			<image:title><![CDATA[opteon-suprion]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/liquid-density-opteon-suprion.jpg</image:loc>\n			<image:caption><![CDATA[liquid-density-opteon-suprion]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/liquid-viscosity-opteon-suprion.jpg</image:loc>\n			<image:caption><![CDATA[liquid-viscosity-opteon-suprion]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/vertrel-mca/</loc>\n		<lastmod>2016-10-13T17:02:39+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-solvent.jpg</image:loc>\n			<image:title><![CDATA[Vertrel MCA]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/vertrel-sdg/</loc>\n		<lastmod>2016-10-13T17:03:31+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-sdg-3.jpg</image:loc>\n			<image:title><![CDATA[Vertrel SDG]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/vertrel-smt/</loc>\n		<lastmod>2016-10-13T17:04:33+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/Vertrel-SMT.jpg</image:loc>\n			<image:title><![CDATA[vertrel smt]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/vertrel-x-si/</loc>\n		<lastmod>2016-10-13T17:05:34+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_470033000.jpg</image:loc>\n			<image:title><![CDATA[Vertrel X-Si]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/vertrel-xf/</loc>\n		<lastmod>2016-10-13T17:06:47+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/vertrel-xf.jpg</image:loc>\n			<image:title><![CDATA[Vertrel XF]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/quik-freeze/</loc>\n		<lastmod>2016-10-17T18:53:53+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/quik-freeze.jpg</image:loc>\n			<image:title><![CDATA[quik-freeze]]></image:title>\n			<image:caption><![CDATA[Quik-Freeze]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/varnish-conformal-coating/</loc>\n		<lastmod>2016-10-24T17:04:12+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-452N.jpg</image:loc>\n			<image:title><![CDATA[Varnish Conformal Coating]]></image:title>\n			<image:caption><![CDATA[Varnish Conformal Coating]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-143az/</loc>\n		<lastmod>2016-10-26T19:54:22+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_134004515.jpg</image:loc>\n			<image:title><![CDATA[krytox_aerospace]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-122avl-low-global-warming-mold-release/</loc>\n		<lastmod>2016-10-27T12:52:53+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_389699368.jpg</image:loc>\n			<image:title><![CDATA[Low Global Warming Mold Release Agent]]></image:title>\n			<image:caption><![CDATA[Low Global Warming Mold Release Agent]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/low-global-warming-ptfe-release-agent/</loc>\n		<lastmod>2016-10-27T13:05:28+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_495450013.jpg</image:loc>\n			<image:title><![CDATA[MS-122SEL Low Global Warming Mold Release Agent]]></image:title>\n			<image:caption><![CDATA[MS-122SEL Low Global Warming Mold Release Agent]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-242l-quik-freeze-ultra/</loc>\n		<lastmod>2016-10-27T14:07:23+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_444780952.jpg</image:loc>\n			<image:title><![CDATA[Quik-Freeze]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-242l-quik-freeze-antistatic-ultra/</loc>\n		<lastmod>2016-10-27T14:59:08+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_377797663.jpg</image:loc>\n			<image:title><![CDATA[MS-242L-AS]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-720l/</loc>\n		<lastmod>2016-10-27T15:43:10+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-720L.jpg</image:loc>\n			<image:title><![CDATA[ms-720l]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-730l-contact-re-nu/</loc>\n		<lastmod>2016-10-27T15:49:38+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_486488371.jpg</image:loc>\n			<image:title><![CDATA[ms-730l-contact-re-nu]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-755l-flux-remover/</loc>\n		<lastmod>2016-10-27T15:58:56+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/ms-755l-flux-remover.jpg</image:loc>\n			<image:title><![CDATA[flux remover]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/opteon-sion/</loc>\n		<lastmod>2016-10-28T20:04:40+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/opteon-sion.jpg</image:loc>\n			<image:title><![CDATA[Opteon Sion]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-825/</loc>\n		<lastmod>2016-10-31T15:37:06+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-825.jpg</image:loc>\n			<image:title><![CDATA[EPON 825 EPON Resin 825]]></image:title>\n			<image:caption><![CDATA[EPON 825 EPON Resin 825]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-122adl-low-global-warming-release-agent/</loc>\n		<lastmod>2016-11-03T18:39:42+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_318864752.jpg</image:loc>\n			<image:title><![CDATA[Low Global Warming Release Agent]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/heloxy-61/</loc>\n		<lastmod>2016-11-07T20:19:08+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/HELOXY-61.jpg</image:loc>\n			<image:title><![CDATA[HELOXY 61  Epoxy Resin Modifier]]></image:title>\n			<image:caption><![CDATA[HELOXY 61 Epoxy Resin Modifier]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-fpg-028/</loc>\n		<lastmod>2016-11-10T15:35:30+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-fpg-028-4-e1474477915984.jpg</image:loc>\n			<image:title><![CDATA[Krytox FPG 028]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/aero-duster-ms-222n/</loc>\n		<lastmod>2016-11-12T14:15:50+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/aero-dusters.jpg</image:loc>\n			<image:title><![CDATA[Aero Duster MS-222N]]></image:title>\n			<image:caption><![CDATA[Aero Duster MS-222N]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3282/</loc>\n		<lastmod>2016-11-17T16:22:20+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3282.jpg</image:loc>\n			<image:title><![CDATA[EPIKURE 3282 Curing Agent]]></image:title>\n			<image:caption><![CDATA[EPIKURE 3282 Curing Agent]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ptfe-mold-release-agent/</loc>\n		<lastmod>2016-11-23T18:49:33+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/MS-122SE-Aerospace.jpg</image:loc>\n			<image:title><![CDATA[PTFE Mold Release Agent]]></image:title>\n			<image:caption><![CDATA[MS-122SE]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ptfe-mold-release-agents/</loc>\n		<lastmod>2016-11-23T18:51:39+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/MS-143TE.jpg</image:loc>\n			<image:title><![CDATA[PTFE Mold Release Agents MS-143TE]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/dry-film-mold-release-agent/</loc>\n		<lastmod>2016-11-23T18:53:58+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/MS-143XD.jpg</image:loc>\n			<image:title><![CDATA[Dry Film Mold Release Agent]]></image:title>\n			<image:caption><![CDATA[ms-143XD]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/dry-film-ptfe-release-agent/</loc>\n		<lastmod>2016-11-23T18:58:51+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/ms-122ad-dry-film-lubricant.jpg</image:loc>\n			<image:title><![CDATA[Dry Film PTFE release agent MS-122AD]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/water-based-mold-release-agents/</loc>\n		<lastmod>2016-11-23T19:07:05+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_72669607.jpg</image:loc>\n			<image:title><![CDATA[PTFE Water-based Mold Release Agents]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-122xd/</loc>\n		<lastmod>2016-11-23T19:20:27+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/ms-122xd-dry-film-lubricant.jpg</image:loc>\n			<image:title><![CDATA[PTFE Dry-Film Lubricant MS-122XD]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-1001f/</loc>\n		<lastmod>2016-11-23T19:24:12+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg</image:loc>\n			<image:title><![CDATA[Epon 1001F]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-815c/</loc>\n		<lastmod>2016-11-23T19:25:55+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-815C.jpg</image:loc>\n			<image:title><![CDATA[EPON Resin 815C Epon 815C]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-8280/</loc>\n		<lastmod>2016-11-23T19:31:40+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-8280.jpg</image:loc>\n			<image:title><![CDATA[EPON 8280]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-862/</loc>\n		<lastmod>2016-11-23T19:33:10+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-862.jpg</image:loc>\n			<image:title><![CDATA[EPON 862 EPON Resin 862]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-830/</loc>\n		<lastmod>2016-11-23T19:34:57+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-830.jpg</image:loc>\n			<image:title><![CDATA[Epon 830]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-828/</loc>\n		<lastmod>2016-11-23T19:37:06+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-828.jpg</image:loc>\n			<image:title><![CDATA[Epon 828 Difunctional Liquid Epoxy Resin]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epon-826/</loc>\n		<lastmod>2016-11-23T19:39:47+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPON-RESIN-1.jpg</image:loc>\n			<image:title><![CDATA[Epon 1001F]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3245/</loc>\n		<lastmod>2016-11-23T19:41:30+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3245.jpg</image:loc>\n			<image:title><![CDATA[EPIKURE 3245 Epoxy Curing Agent]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-3140/</loc>\n		<lastmod>2016-11-23T19:44:15+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/EPIKURE-3140.jpg</image:loc>\n			<image:title><![CDATA[Epikure 3140 Curing agent]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epikure-w/</loc>\n		<lastmod>2016-11-23T19:46:57+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/EPIKURE-W-1.jpg</image:loc>\n			<image:title><![CDATA[EPIKURE W Curing Agent]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/conformal-coating-stripper/</loc>\n		<lastmod>2016-11-24T03:18:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-114C.jpg</image:loc>\n			<image:title><![CDATA[Conformal Coating Stripper]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/urethane-conformal-coatings/</loc>\n		<lastmod>2016-11-24T03:21:04+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-470C.jpg</image:loc>\n			<image:title><![CDATA[Urethane Conformal Coatings]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/urethane-coating/</loc>\n		<lastmod>2016-11-24T03:23:31+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-472C.jpg</image:loc>\n			<image:title><![CDATA[Urethane Coating MS-472C]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/mil-spec-urethane-conformal-coating/</loc>\n		<lastmod>2016-11-24T03:26:44+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-470S.jpg</image:loc>\n			<image:title><![CDATA[MIL-Spec Urethane Conformal Coating]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/polyurethane-conformal-coatings/</loc>\n		<lastmod>2016-11-24T03:33:33+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-472S.jpg</image:loc>\n			<image:title><![CDATA[Polyurethane Conformal Coatings ms-472s]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/acrylic-conformal-coatings/</loc>\n		<lastmod>2016-11-24T03:36:36+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-475C.jpg</image:loc>\n			<image:title><![CDATA[Acrylic Conformal Coatings MS-475C]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/acrylic-conformal-coating-mil-spec/</loc>\n		<lastmod>2016-11-24T03:39:17+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-477C.jpg</image:loc>\n			<image:title><![CDATA[Acrylic Conformal Coating MIL-SPEC]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/acrylic-conformal/</loc>\n		<lastmod>2016-11-24T03:41:09+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-465C.jpg</image:loc>\n			<image:title><![CDATA[Acrylic Conformal]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/silicone-conformal-coatings/</loc>\n		<lastmod>2016-11-24T03:43:38+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-460H.jpg</image:loc>\n			<image:title><![CDATA[Silicone Conformal Coatings]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/silicone-electronic-coating/</loc>\n		<lastmod>2016-11-24T03:45:47+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-462H.jpg</image:loc>\n			<image:title><![CDATA[Silicone Electronic Coating]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/vazo-52-radical-initiator/</loc>\n		<lastmod>2016-11-24T03:52:36+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil.jpg</image:loc>\n			<image:title><![CDATA[Vazo 52 Radical Initiator]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/vazo-67-radical-initiator/</loc>\n		<lastmod>2016-11-24T03:53:59+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-67-composites.jpg</image:loc>\n			<image:title><![CDATA[VAZO 67 Radical Initiator]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/vazo-88-radical-initiator/</loc>\n		<lastmod>2016-11-24T03:55:23+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-88.jpg</image:loc>\n			<image:title><![CDATA[Vazo 88 radical initiator]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/epoxy-stripping-agent/</loc>\n		<lastmod>2016-11-24T04:04:16+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-111-EPOXY-STRIPPING.jpg</image:loc>\n			<image:title><![CDATA[Epoxy Stripping Agent MS-111]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-222l/</loc>\n		<lastmod>2016-11-24T20:42:33+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_130437422.jpg</image:loc>\n			<image:title><![CDATA[MS-222L]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/heloxy-71/</loc>\n		<lastmod>2016-11-24T20:45:43+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-71.jpg</image:loc>\n			<image:title><![CDATA[HELOXY 71 Heloxy Modifier 71]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/heloxy-107/</loc>\n		<lastmod>2016-11-24T20:48:09+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/HELOXY-107.jpg</image:loc>\n			<image:title><![CDATA[HELOXY 107 HELOXY Modifier 107]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-907-two-part-epoxy-adhesive/</loc>\n		<lastmod>2016-11-24T20:54:12+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-907.jpg</image:loc>\n			<image:title><![CDATA[MS-907 Two-Part Epoxy Adhesive]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-260/</loc>\n		<lastmod>2016-11-25T13:41:57+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/cleaner.jpg</image:loc>\n			<image:title><![CDATA[MS-260 Plastic, Glass &amp; Metal Cleaner]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/release-agents/</loc>\n		<lastmod>2016-11-25T19:24:41+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_278844821.jpg</image:loc>\n			<image:title><![CDATA[Release Agents]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/water-based-ptfe-release-agent/</loc>\n		<lastmod>2016-11-25T19:25:30+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Windmill-ReleaSys82.jpg</image:loc>\n			<image:title><![CDATA[Water-based PTFE Release Agent]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/urethane-mold-release-agent/</loc>\n		<lastmod>2016-11-25T19:26:43+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_106416161.jpg</image:loc>\n			<image:title><![CDATA[Urethane mold release agent]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ptfe-water-based-release-agents/</loc>\n		<lastmod>2016-11-25T19:28:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Windmill-ReleaSys-82.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://stage.miller-stephenson.com/product/rubber-mold-release-agents/</loc>\n		<lastmod>2016-11-25T19:30:21+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Tire-molding-Releasys-85.jpg</image:loc>\n			<image:title><![CDATA[Rubber Mold Release Agents]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/water-based-mold-release-agent/</loc>\n		<lastmod>2016-11-25T19:31:21+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Airplane-window-ReleaSys88.jpg</image:loc>\n			<image:title><![CDATA[Water-based Mold Release Agent]]></image:title>\n			<image:caption><![CDATA[ReleaSys 88]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/rubber-molding-release-agent/</loc>\n		<lastmod>2016-11-25T19:32:16+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Tire-releasys-8500.jpg</image:loc>\n			<image:title><![CDATA[Rubber Molding Release Agent]]></image:title>\n			<image:caption><![CDATA[ReleaSys 8500 Release Agent]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/composite-mold-release-agent/</loc>\n		<lastmod>2016-11-25T19:33:36+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_314501645.jpg</image:loc>\n			<image:title><![CDATA[Composite Mold Release Agent Water-based release agent]]></image:title>\n			<image:caption><![CDATA[ReleaSys 8800]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ptfe-release-agent/</loc>\n		<lastmod>2016-11-25T19:41:10+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Automotive.jpg</image:loc>\n			<image:title><![CDATA[PTFE release agent - MS-122AV]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-110xnb/</loc>\n		<lastmod>2016-11-28T20:04:11+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-110xnb-krytox-oil-grease.jpg</image:loc>\n			<image:title><![CDATA[tribosys-110xnb-krytox-oil-grease]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/110xn/</loc>\n		<lastmod>2016-11-28T20:04:42+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-110XN-krytox-oil-grease.jpg</image:loc>\n			<image:title><![CDATA[tribosys-110xn-krytox-oil-grease]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-110xnb-copy/</loc>\n		<lastmod>2016-11-28T20:05:06+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-120x-krytox-grease-aerosol.jpg</image:loc>\n			<image:title><![CDATA[tribosys-120x-krytox-grease-aerosol]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-530n-contact-re-nu/</loc>\n		<lastmod>2016-11-29T14:43:43+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/contact-cleaner.jpg</image:loc>\n			<image:title><![CDATA[MS-530N Contact Re-Nu]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/high-temperature-release-agent/</loc>\n		<lastmod>2016-12-13T20:06:19+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Boron-nitride.jpg</image:loc>\n			<image:title><![CDATA[High Temperature Release Agent boron nitride]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/vazo-64-radical-initiator/</loc>\n		<lastmod>2016-12-14T17:56:20+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/VAZO-64-2.jpg</image:loc>\n			<image:title><![CDATA[VAZO 64 radical initiator AIBN]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-124h-connector-lubricant/</loc>\n		<lastmod>2016-12-16T20:28:43+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-tribosys.jpg</image:loc>\n			<image:title><![CDATA[Connector Lubricant TriboSys]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-538/</loc>\n		<lastmod>2016-12-19T16:25:08+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/electrical-contact-lubricant-2.jpg</image:loc>\n			<image:title><![CDATA[electrical-contact-lubricant-2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-738/</loc>\n		<lastmod>2016-12-19T16:26:58+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/connector-lubricant-2-1.jpg</image:loc>\n			<image:title><![CDATA[connector-lubricant-2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/penetrating-oil/</loc>\n		<lastmod>2016-12-19T17:57:47+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/penetrating-oil.jpg</image:loc>\n			<image:title><![CDATA[Penetrating Oil]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/teflon-heavy-equipment-grease/</loc>\n		<lastmod>2016-12-21T15:14:40+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_166416101.jpg</image:loc>\n			<image:title><![CDATA[Teflon Heavy Equipment Grease]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/teflon-high-temp-grease/</loc>\n		<lastmod>2016-12-21T15:23:58+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_215450284.jpg</image:loc>\n			<image:title><![CDATA[High Temp Grease]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/teflon-severe-service-grease/</loc>\n		<lastmod>2016-12-21T15:37:27+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_318689024.jpg</image:loc>\n			<image:title><![CDATA[Severe Service Grease]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/teflon-silicone-lubricant/</loc>\n		<lastmod>2016-12-21T15:43:08+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/teflon-silicone-lubricant-2.jpg</image:loc>\n			<image:title><![CDATA[Teflon Silicone Lubricant]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/teflon-white-lithium-grease/</loc>\n		<lastmod>2016-12-21T15:53:45+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_27998426.jpg</image:loc>\n			<image:title><![CDATA[White Lithium Grease]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-2200-food-grade-silicone-aerosol/</loc>\n		<lastmod>2016-12-21T18:35:02+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/tribosys_grease_food_grade.jpg</image:loc>\n			<image:title><![CDATA[Food Grade Silicone Aerosol]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-221x-general-purpose-greases/</loc>\n		<lastmod>2016-12-21T18:35:46+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-general-grease.jpg</image:loc>\n			<image:title><![CDATA[General Purpose Greases]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-211x-general-purpose-oils/</loc>\n		<lastmod>2016-12-21T18:36:57+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-general-purpose-oil.jpg</image:loc>\n			<image:title><![CDATA[General Purpose Oils]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-212x-chain-oils/</loc>\n		<lastmod>2016-12-21T18:37:35+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-high-temperature-chain-oil.jpg</image:loc>\n			<image:title><![CDATA[Chain Oils]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-214x-gear-box-lubricants/</loc>\n		<lastmod>2016-12-21T18:38:42+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-gear-box-lubricant.jpg</image:loc>\n			<image:title><![CDATA[Gear Box Lubricants]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-216x-compressor-lubricant/</loc>\n		<lastmod>2016-12-21T18:39:22+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/shutterstock_537008896.jpg</image:loc>\n			<image:title><![CDATA[Compressor Lubricant]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-217x-hydraulic-oils/</loc>\n		<lastmod>2016-12-21T18:40:05+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-hydraulic-oil.jpg</image:loc>\n			<image:title><![CDATA[Hydraulic Oils]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-218x-roller-chain-oils/</loc>\n		<lastmod>2016-12-21T18:40:47+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-chain-oil.jpg</image:loc>\n			<image:title><![CDATA[Roller Chain Oils]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-222x-high-temperature-greases/</loc>\n		<lastmod>2016-12-21T18:42:40+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-high-temperature-grease.jpg</image:loc>\n			<image:title><![CDATA[High Temperature Greases]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tribosys-223x-food-grade-greases/</loc>\n		<lastmod>2016-12-21T18:43:08+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-food-grade.jpg</image:loc>\n			<image:title><![CDATA[Food Grade Greases]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/teflon-multi-use/</loc>\n		<lastmod>2016-12-22T13:20:50+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/teflon-multi-use-1.jpg</image:loc>\n			<image:title><![CDATA[Teflon Multi-Use]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/cleaning-solvent-and-flux-remover/</loc>\n		<lastmod>2016-12-28T13:38:28+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/12/shutterstock_543794323.jpg</image:loc>\n			<image:title><![CDATA[Cleaning Solvent and Flux Remover]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/h-1112b-skin-degreaser/</loc>\n		<lastmod>2016-12-28T18:21:02+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/12/shutterstock_280855511.jpg</image:loc>\n			<image:title><![CDATA[Skin Degreaser]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-205/</loc>\n		<lastmod>2017-01-04T19:50:55+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_329225291.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 205]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/conductive-coating/</loc>\n		<lastmod>2017-01-13T16:58:36+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/shutterstock_484572385.jpg</image:loc>\n			<image:title><![CDATA[Nickel Conductive Coatings]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/biocompatible-lubricants-grease-oil/</loc>\n		<lastmod>2017-01-17T21:04:13+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Mi.jpg</image:loc>\n			<image:title><![CDATA[Biocompatible Lubricants]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-206/</loc>\n		<lastmod>2017-02-07T15:59:46+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_448241593.jpg</image:loc>\n			<image:title><![CDATA[Krytox  GPL 206]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-200/</loc>\n		<lastmod>2017-02-08T13:36:43+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_153282266.jpg</image:loc>\n			<image:title><![CDATA[Krytox GPL 200]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/dental-handpiece-lubricants/</loc>\n		<lastmod>2017-02-13T18:57:35+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/DENTAL.jpg</image:loc>\n			<image:title><![CDATA[FluoroExtreme Dental Handpiece Lubricants]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/ms-383h/</loc>\n		<lastmod>2017-02-14T20:22:01+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_142198558.jpg</image:loc>\n			<image:title><![CDATA[MS-383H]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/fluoropolymer-medical-coatings/</loc>\n		<lastmod>2017-02-16T19:01:59+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Fluoropolymer-coating-Catheter-guidewire.jpg</image:loc>\n			<image:title><![CDATA[Fluoropolymer Medical Coatings]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gpl-207-20-kg-pail/</loc>\n		<lastmod>2017-02-24T14:43:26+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/Chemours-Krytox-Grease-20-kg-44.1-lb-Pail-300-dpi.jpg</image:loc>\n			<image:title><![CDATA[Chemours Krytox Grease 20 kg 44.1 lb  Pail 300 dpi]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gb-m0/</loc>\n		<lastmod>2017-02-24T18:50:57+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2017/02/Sootblower-GB-M0.jpg</image:loc>\n			<image:title><![CDATA[Krytox gb m0]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/fluoroguard-pro/</loc>\n		<lastmod>2017-02-24T19:11:55+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pro-oil.jpg</image:loc>\n			<image:title><![CDATA[krytox-pro-oil]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/fluoroguard-sg/</loc>\n		<lastmod>2017-02-24T19:12:12+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-sg-oil.jpg</image:loc>\n			<image:title><![CDATA[krytox-sg-oil]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/fluoroguard-pca/</loc>\n		<lastmod>2017-02-24T19:12:27+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-pca-oil-1.jpg</image:loc>\n			<image:title><![CDATA[krytox-pca-oil]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-226-fg/</loc>\n		<lastmod>2017-02-24T19:15:13+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_353441450.jpg</image:loc>\n			<image:title><![CDATA[Krytox 226 FG]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-227-fg/</loc>\n		<lastmod>2017-02-24T19:15:28+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_373451461.jpg</image:loc>\n			<image:title><![CDATA[Krytox 227 FG]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-agl-683/</loc>\n		<lastmod>2017-02-24T19:24:47+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/gearbox-grease-krytox-1.jpg</image:loc>\n			<image:title><![CDATA[Krytox AGL 683]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/tm7/</loc>\n		<lastmod>2017-02-24T19:25:34+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/08/krytox-tm7-grease.jpg</image:loc>\n			<image:title><![CDATA[krytox-tm7-grease]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-ks-1220/</loc>\n		<lastmod>2017-02-24T19:25:54+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_84131626.jpg</image:loc>\n			<image:title><![CDATA[Krytox KS 1220]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/KS-1220-Treatment.jpg</image:loc>\n			<image:caption><![CDATA[ks-1220-treatment]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2016/10/ks-1220-beads.jpg</image:loc>\n			<image:caption><![CDATA[ks-1220-beads]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gb-h0/</loc>\n		<lastmod>2017-02-24T19:37:07+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_322483565.jpg</image:loc>\n			<image:title><![CDATA[Krytox GB A2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gb-a2/</loc>\n		<lastmod>2017-02-24T19:45:51+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_359496941.jpg</image:loc>\n			<image:title><![CDATA[Krytox GB A2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/product/krytox-gb-c2/</loc>\n		<lastmod>2017-02-24T19:48:40+00:00</lastmod>\n		<image:image>\n			<image:loc>https://stage.miller-stephenson.com/wp-content/uploads/2017/02/shutterstock_447896557.jpg</image:loc>\n			<image:title><![CDATA[Krytox GB C2]]></image:title>\n		</image:image>\n	</url>\n</urlset>";}}', '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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (619461, '_transient_timeout_wc_report_sales_by_date', '1488478847', 'no'); 
INSERT INTO `wp_options` VALUES (619462, '_transient_wc_report_sales_by_date', 'a:21:{s:32:"5286f9070c0d817335d680696acc9250";a:0:{}s:32:"04a8ecb0627e5fb108b070322582714f";a:0:{}s:32:"507fa6443b1379a53f2e8a49084bf5f0";a:0:{}s:32:"c3d4e32d89b36234eae35586553dc075";N;s:32:"cd68b99ded11b6fd0d5d6c1f022ef121";a:0:{}s:32:"b16189a65083b5bd1f76e28bbebfbb45";a:0:{}s:32:"5b117564db30b0e7767d6c8106999d37";a:0:{}s:32:"e70864c64e46c5819d2e61a2d5e4ed0f";a:0:{}s:32:"1457157bb558c92f780eee7160e2ba37";a:0:{}s:32:"2064c2c01efb96744cd188e262099e4c";a:0:{}s:32:"fa93ae304240f5471e201ed498f3558f";N;s:32:"77fbdfa52e1ce092812a116a0ff1e939";a:0:{}s:32:"7ff3665cf0c0b20c2d41fddbe9331b19";a:0:{}s:32:"67decc45be6f8d57f7edfc85301a264b";a:0:{}s:32:"4ce36b8fff4814d7f0a7bdfa3d32dab4";a:0:{}s:32:"ef7ebc9705c0d608aa7eb1ce89d18dc9";a:0:{}s:32:"5718082d14393514dc4d6f68b032a899";a:0:{}s:32:"1b4cd92308fbc50a464a0888fcf1f18c";N;s:32:"2cf568f77524645b1c03553eabedbb33";a:0:{}s:32:"1d6d8731488e6200ce15355aefcd4e87";a:0:{}s:32:"07ca422a019428db7ece2d9d266565a5";a:0:{}}', '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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (619650, '_transient_timeout_wc_products_will_display_260_1487965721', '1490896716', 'no'); 
INSERT INTO `wp_options` VALUES (619651, '_transient_wc_products_will_display_260_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619652, '_transient_timeout_wc_products_will_display_156_1487965721', '1490832328', 'no'); 
INSERT INTO `wp_options` VALUES (619653, '_transient_wc_products_will_display_156_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619657, '_transient_timeout_wc_products_will_display_9_1487965721', '1490900963', 'no'); 
INSERT INTO `wp_options` VALUES (619658, '_transient_wc_products_will_display_9_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619659, '_transient_timeout_wc_products_will_display_8_1487965721', '1490898616', 'no'); 
INSERT INTO `wp_options` VALUES (619660, '_transient_wc_products_will_display_8_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619664, '_transient_timeout_wc_products_will_display_149_1487965721', '1490898949', 'no'); 
INSERT INTO `wp_options` VALUES (619665, '_transient_wc_products_will_display_149_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619667, '_transient_timeout_wc_products_will_display_11_1487965721', '1490898427', 'no'); 
INSERT INTO `wp_options` VALUES (619668, '_transient_wc_products_will_display_11_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619669, '_transient_timeout_wc_products_will_display_231_1487965721', '1490900547', 'no'); 
INSERT INTO `wp_options` VALUES (619670, '_transient_wc_products_will_display_231_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619671, '_transient_timeout_wc_products_will_display_511_1487965721', '1490884442', 'no'); 
INSERT INTO `wp_options` VALUES (619672, '_transient_wc_products_will_display_511_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619673, '_transient_timeout_wc_products_will_display_93_1487965721', '1490898112', 'no'); 
INSERT INTO `wp_options` VALUES (619674, '_transient_wc_products_will_display_93_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619675, '_transient_timeout_wc_products_will_display_94_1487965721', '1490895646', 'no'); 
INSERT INTO `wp_options` VALUES (619676, '_transient_wc_products_will_display_94_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619677, '_transient_timeout_wc_products_will_display_10_1487965721', '1490899595', 'no'); 
INSERT INTO `wp_options` VALUES (619678, '_transient_wc_products_will_display_10_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619679, '_transient_timeout_wc_products_will_display_515_1487965721', '1490883155', 'no'); 
INSERT INTO `wp_options` VALUES (619680, '_transient_wc_products_will_display_515_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619684, '_transient_timeout_wc_products_will_display_518_1487965721', '1490900376', 'no'); 
INSERT INTO `wp_options` VALUES (619685, '_transient_wc_products_will_display_518_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619686, '_transient_timeout_wc_products_will_display_34_1487965721', '1490899086', 'no'); 
INSERT INTO `wp_options` VALUES (619687, '_transient_wc_products_will_display_34_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619688, '_transient_timeout_wc_products_will_display_46_1487965721', '1490899100', 'no'); 
INSERT INTO `wp_options` VALUES (619689, '_transient_wc_products_will_display_46_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619690, '_transient_timeout_wc_products_will_display_96_1487965721', '1490900050', 'no'); 
INSERT INTO `wp_options` VALUES (619691, '_transient_wc_products_will_display_96_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619692, '_transient_timeout_wc_products_will_display_230_1487965721', '1490882416', 'no'); 
INSERT INTO `wp_options` VALUES (619693, '_transient_wc_products_will_display_230_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619694, '_transient_timeout_wc_products_will_display_341_1487965721', '1490882094', 'no'); 
INSERT INTO `wp_options` VALUES (619695, '_transient_wc_products_will_display_341_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619697, '_transient_timeout_wc_products_will_display_178_1487965721', '1490835352', 'no'); 
INSERT INTO `wp_options` VALUES (619698, '_transient_wc_products_will_display_178_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619699, '_transient_timeout_wc_products_will_display_38_1487965721', '1490893102', 'no'); 
INSERT INTO `wp_options` VALUES (619700, '_transient_wc_products_will_display_38_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619702, '_transient_timeout_wc_products_will_display_180_1487965721', '1490879740', 'no'); 
INSERT INTO `wp_options` VALUES (619703, '_transient_wc_products_will_display_180_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619708, '_transient_timeout_wc_products_will_display_137_1487965721', '1490898420', 'no'); 
INSERT INTO `wp_options` VALUES (619709, '_transient_wc_products_will_display_137_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619712, '_transient_timeout_wc_products_will_display_27_1487965721', '1490893948', 'no'); 
INSERT INTO `wp_options` VALUES (619713, '_transient_wc_products_will_display_27_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619714, '_transient_timeout_wc_products_will_display_144_1487965721', '1490861720', 'no'); 
INSERT INTO `wp_options` VALUES (619715, '_transient_wc_products_will_display_144_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619716, '_transient_timeout_wc_products_will_display_45_1487965721', '1490873795', 'no'); 
INSERT INTO `wp_options` VALUES (619717, '_transient_wc_products_will_display_45_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619719, '_transient_timeout_wc_products_will_display_516_1487965721', '1490880473', 'no'); 
INSERT INTO `wp_options` VALUES (619720, '_transient_wc_products_will_display_516_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619723, '_transient_timeout_wc_products_will_display_20_1487965721', '1490899882', 'no'); 
INSERT INTO `wp_options` VALUES (619724, '_transient_wc_products_will_display_20_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619725, '_transient_timeout_wc_products_will_display_31_1487965721', '1490857903', 'no'); 
INSERT INTO `wp_options` VALUES (619726, '_transient_wc_products_will_display_31_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619728, '_transient_timeout_wc_products_will_display_161_1487965721', '1490894892', 'no'); 
INSERT INTO `wp_options` VALUES (619729, '_transient_wc_products_will_display_161_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619730, '_transient_timeout_wc_products_will_display_16_1487965721', '1490895592', 'no'); 
INSERT INTO `wp_options` VALUES (619731, '_transient_wc_products_will_display_16_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619733, '_transient_timeout_wc_products_will_display_12_1487965721', '1490900082', 'no'); 
INSERT INTO `wp_options` VALUES (619734, '_transient_wc_products_will_display_12_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619742, '_transient_timeout_wc_products_will_display_262_1487965721', '1490899705', 'no'); 
INSERT INTO `wp_options` VALUES (619743, '_transient_wc_products_will_display_262_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619745, '_transient_timeout_wc_products_will_display_169_1487965721', '1490899029', 'no'); 
INSERT INTO `wp_options` VALUES (619746, '_transient_wc_products_will_display_169_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619748, '_transient_timeout_wc_products_will_display_177_1487965721', '1490867346', 'no'); 
INSERT INTO `wp_options` VALUES (619749, '_transient_wc_products_will_display_177_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619750, '_transient_timeout_wc_products_will_display_37_1487965721', '1490894518', 'no'); 
INSERT INTO `wp_options` VALUES (619751, '_transient_wc_products_will_display_37_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619756, '_transient_timeout_wc_products_will_display_95_1487965721', '1490898399', 'no'); 
INSERT INTO `wp_options` VALUES (619757, '_transient_wc_products_will_display_95_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619759, '_transient_timeout_wc_products_will_display_232_1487965721', '1490897989', 'no'); 
INSERT INTO `wp_options` VALUES (619760, '_transient_wc_products_will_display_232_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619762, '_transient_timeout_wc_products_will_display_115_1487965721', '1490888348', 'no'); 
INSERT INTO `wp_options` VALUES (619763, '_transient_wc_products_will_display_115_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619764, '_transient_timeout_wc_products_will_display_339_1487965721', '1490898215', 'no'); 
INSERT INTO `wp_options` VALUES (619765, '_transient_wc_products_will_display_339_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619766, '_transient_timeout_wc_products_will_display_116_1487965721', '1490888259', 'no'); 
INSERT INTO `wp_options` VALUES (619767, '_transient_wc_products_will_display_116_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619770, '_transient_timeout_wc_products_will_display_340_1487965721', '1490894296', 'no'); 
INSERT INTO `wp_options` VALUES (619771, '_transient_wc_products_will_display_340_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619772, '_transient_timeout_wc_products_will_display_179_1487965721', '1490847314', 'no'); 
INSERT INTO `wp_options` VALUES (619773, '_transient_wc_products_will_display_179_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619783, '_transient_timeout_wc_products_will_display_79_1487965721', '1490893691', 'no'); 
INSERT INTO `wp_options` VALUES (619784, '_transient_wc_products_will_display_79_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619785, '_transient_timeout_wc_products_will_display_160_1487965721', '1490848679', 'no'); 
INSERT INTO `wp_options` VALUES (619786, '_transient_wc_products_will_display_160_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619788, '_transient_timeout_wc_products_will_display_519_1487965721', '1490899598', 'no'); 
INSERT INTO `wp_options` VALUES (619789, '_transient_wc_products_will_display_519_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619790, '_transient_timeout_wc_products_will_display_325_1487965721', '1490899576', 'no'); 
INSERT INTO `wp_options` VALUES (619791, '_transient_wc_products_will_display_325_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619792, '_transient_timeout_wc_products_will_display_517_1487965721', '1490854912', 'no'); 
INSERT INTO `wp_options` VALUES (619793, '_transient_wc_products_will_display_517_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619794, '_transient_timeout_wc_products_will_display_124_1487965721', '1490849665', 'no'); 
INSERT INTO `wp_options` VALUES (619795, '_transient_wc_products_will_display_124_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619797, '_transient_timeout_wc_products_will_display_520_1487965721', '1490862256', 'no'); 
INSERT INTO `wp_options` VALUES (619798, '_transient_wc_products_will_display_520_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619799, '_transient_timeout_wc_products_will_display_229_1487965721', '1490879722', 'no'); 
INSERT INTO `wp_options` VALUES (619800, '_transient_wc_products_will_display_229_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619802, '_transient_timeout_wc_products_will_display_171_1487965721', '1490899091', 'no'); 
INSERT INTO `wp_options` VALUES (619803, '_transient_wc_products_will_display_171_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619804, '_transient_timeout_wc_products_will_display_343_1487965721', '1490882315', 'no'); 
INSERT INTO `wp_options` VALUES (619805, '_transient_wc_products_will_display_343_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619808, '_transient_timeout_wc_products_will_display_150_1487965721', '1490899019', 'no'); 
INSERT INTO `wp_options` VALUES (619809, '_transient_wc_products_will_display_150_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619811, '_transient_timeout_wc_products_will_display_29_1487965721', '1490888813', 'no'); 
INSERT INTO `wp_options` VALUES (619812, '_transient_wc_products_will_display_29_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619814, '_transient_timeout_wc_products_will_display_40_1487965721', '1490894428', 'no'); 
INSERT INTO `wp_options` VALUES (619815, '_transient_wc_products_will_display_40_1487965721', '', '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://stage.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 (619836, '_transient_timeout_wc_products_will_display_143_1487965721', '1490855410', 'no'); 
INSERT INTO `wp_options` VALUES (619837, '_transient_wc_products_will_display_143_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619846, '_transient_timeout_wc_products_will_display_28_1487965721', '1490884258', 'no'); 
INSERT INTO `wp_options` VALUES (619847, '_transient_wc_products_will_display_28_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619858, '_transient_timeout_wc_products_will_display_176_1487965721', '1490897124', 'no'); 
INSERT INTO `wp_options` VALUES (619859, '_transient_wc_products_will_display_176_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619860, '_transient_timeout_wc_products_will_display_145_1487965721', '1490896320', 'no'); 
INSERT INTO `wp_options` VALUES (619861, '_transient_wc_products_will_display_145_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619866, '_transient_timeout_wc_products_will_display_127_1487965721', '1490900528', 'no'); 
INSERT INTO `wp_options` VALUES (619867, '_transient_wc_products_will_display_127_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619870, '_transient_timeout_wc_products_will_display_98_1487965721', '1490898709', 'no'); 
INSERT INTO `wp_options` VALUES (619871, '_transient_wc_products_will_display_98_1487965721', '1', '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://stage.miller-stephenson.com/my-account/', 'no'); 
INSERT INTO `wp_options` VALUES (619880, '_transient_timeout_wc_products_will_display_39_1487965721', '1490863654', 'no'); 
INSERT INTO `wp_options` VALUES (619881, '_transient_wc_products_will_display_39_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619895, '_transient_timeout_wc_products_will_display_122_1487965721', '1490885516', 'no'); 
INSERT INTO `wp_options` VALUES (619896, '_transient_wc_products_will_display_122_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619908, '_transient_timeout_wc_products_will_display_151_1487965721', '1490870573', 'no'); 
INSERT INTO `wp_options` VALUES (619909, '_transient_wc_products_will_display_151_1487965721', '', '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 (619945, '_transient_timeout_wc_products_will_display_170_1487965721', '1490892594', 'no'); 
INSERT INTO `wp_options` VALUES (619946, '_transient_wc_products_will_display_170_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619953, '_transient_timeout_wc_products_will_display_174_1487965721', '1490883693', 'no'); 
INSERT INTO `wp_options` VALUES (619954, '_transient_wc_products_will_display_174_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (619955, '_transient_timeout_wc_products_will_display_142_1487965721', '1490874118', 'no'); 
INSERT INTO `wp_options` VALUES (619956, '_transient_wc_products_will_display_142_1487965721', '1', '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://stage.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (619964, '_transient_timeout_external_ip_address_10.10.1.204', '1488887431', 'no'); 
INSERT INTO `wp_options` VALUES (619965, '_transient_external_ip_address_10.10.1.204', '104.238.94.202', 'no'); 
INSERT INTO `wp_options` VALUES (619983, '_transient_timeout_wc_products_will_display_35_1487965721', '1490893665', 'no'); 
INSERT INTO `wp_options` VALUES (619984, '_transient_wc_products_will_display_35_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (619988, '_transient_timeout_wc_products_will_display_159_1487965721', '1490877944', 'no'); 
INSERT INTO `wp_options` VALUES (619989, '_transient_wc_products_will_display_159_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620007, '_transient_timeout_wc_products_will_display_129_1487965721', '1490879715', 'no'); 
INSERT INTO `wp_options` VALUES (620008, '_transient_wc_products_will_display_129_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (620009, '_transient_timeout_wc_products_will_display_228_1487965721', '1490879808', 'no'); 
INSERT INTO `wp_options` VALUES (620010, '_transient_wc_products_will_display_228_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620016, '_transient_timeout_wc_products_will_display_21_1487965721', '1490896761', 'no'); 
INSERT INTO `wp_options` VALUES (620017, '_transient_wc_products_will_display_21_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620065, '_transient_timeout_wc_admin_report', '1488464184', 'no'); 
INSERT INTO `wp_options` VALUES (620066, '_transient_wc_admin_report', 'a:2:{s:32:"3e1df4eb44df228f8307bdc2f8af1aa3";a:0:{}s:32:"cfdfa9343627d68b4579543562580071";a:0:{}}', 'no'); 
INSERT INTO `wp_options` VALUES (620079, '_transient_timeout_plugin_slugs', '1488383548', 'no'); 
INSERT INTO `wp_options` VALUES (620080, '_transient_plugin_slugs', 'a:58:{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:17:"wpclef/wpclef.php";i:7;s:27:"comet-cache/comet-cache.php";i:8;s:36:"contact-form-7/wp-contact-form-7.php";i:9;s:38:"sidecar-decision-tree/DecisionTree.php";i:10;s:37:"disable-comments/disable-comments.php";i:11;s:59:"disable-woocommerce-reviews/disable-woocommerce-reviews.php";i:12;s:88:"disclaimer-and-notification-manager-for-authors/disclaimer-manager-multi-author-blog.php";i:13;s:33:"displayProduct/displayProduct.php";i:14;s:25:"duplicator/duplicator.php";i:15;s:39:"https-redirection/https-redirection.php";i:16;s:43:"pc-google-analytics/pc-google-analytics.php";i:17;s:48:"wp-live-chat-software-for-wordpress/livechat.php";i:18;s:31:"wp_migration-master/migrate.php";i:19;s:53:"nextend-facebook-connect/nextend-facebook-connect.php";i:20;s:49:"nextend-google-connect/nextend-google-connect.php";i:21;s:27:"ninja-forms/ninja-forms.php";i:22;s:19:"optimus/optimus.php";i:23;s:27:"p3-profiler/p3-profiler.php";i:24;s:71:"password-strength-for-woocommerce/password-strength-for-woocommerce.php";i:25;s:43:"product-enquiry-pro/product_enquiry_pro.php";i:26;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:27;s:67:"remove-query-strings-from-static-resources/remove-query-strings.php";i:28;s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";i:29;s:45:"search-and-replace/inspyde-search-replace.php";i:30;s:37:"show-hide-author/show_hide_author.php";i:31;s:20:"smtp-mailer/main.php";i:32;s:37:"social-media-widget/social-widget.php";i:33;s:41:"speed-booster-pack/speed-booster-pack.php";i:34;s:27:"table-maker/table-maker.php";i:35;s:58:"ultimate-social-media-plus/ultimate_social_media_icons.php";i:36;s:27:"updraftplus/updraftplus.php";i:37;s:47:"user-specific-content/User-Specific-Content.php";i:38;s:33:"w3-total-cache/w3-total-cache.php";i:39;s:27:"woocommerce/woocommerce.php";i:40;s:59:"woocommerce-category-banner/woocommerce-category-banner.php";i:41;s:47:"woocommerce-csvimport/woocommerce-csvimport.php";i:42;s:73:"woocommerce-remove-product-sorting/woocommerce-remove-product-sorting.php";i:43;s:27:"woosidebars/woosidebars.php";i:44;s:33:"wordpress-move/wordpress-move.php";i:45;s:29:"wp-site-migrate/blogvault.php";i:46;s:35:"wp-fastest-cache/wpFastestCache.php";i:47;s:50:"wp-fastest-cache-premium/wpFastestCachePremium.php";i:48;s:43:"wp-instagram-widget/wp-instagram-widget.php";i:49;s:45:"wp-live-chat-support/wp-live-chat-support.php";i:50;s:47:"wp-simple-mail-sender/wp-simple-mail-sender.php";i:51;s:31:"wp-statistics/wp-statistics.php";i:52;s:27:"wp-super-cache/wp-cache.php";i:53;s:33:"wp-term-images/wp-term-images.php";i:54;s:37:"yith-woocommerce-ajax-search/init.php";i:55;s:45:"yith-woocommerce-tab-manager-premium/init.php";i:56;s:34:"yith-woocommerce-wishlist/init.php";i:57;s:40:"wordpress-seo-premium/wp-seo-premium.php";}', 'no'); 
INSERT INTO `wp_options` VALUES (620086, '_transient_timeout_yst_sm_product_cat_1:wFYf_6aeqw', '1488378295', 'no'); 
INSERT INTO `wp_options` VALUES (620087, '_transient_yst_sm_product_cat_1:wFYf_6aeqw', 'C:24:"WPSEO_Sitemap_Cache_Data":15215:{a:2:{s:6:"status";s:2:"ok";s:3:"xml";s:15166:"<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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/agl-series/</loc>\n		<lastmod>2017-02-24T19:24:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/conformal-coating/emirfi-conductive-coating/</loc>\n		<lastmod>2017-01-13T16:58:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/fg-corrugator-grease/</loc>\n		<lastmod>2017-02-24T19:15:28+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/fluoroguard/</loc>\n		<lastmod>2017-02-24T19:12:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/functional-polymers/</loc>\n		<lastmod>2017-02-24T19:25:54+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/gearbox-series/</loc>\n		<lastmod>2017-02-24T19:48:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/tm7-series/</loc>\n		<lastmod>2017-02-24T19:25:34+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-200-207/</loc>\n		<lastmod>2017-02-08T13:36:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-gpl-extreme-pressure/</loc>\n		<lastmod>2016-10-04T14:11:48+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/krytox-anticorrosion/</loc>\n		<lastmod>2016-10-04T14:48:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-oils/</loc>\n		<lastmod>2016-10-04T15:13:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-grease/</loc>\n		<lastmod>2016-10-04T15:18:52+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-240/</loc>\n		<lastmod>2016-10-11T15:33:34+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-250-series/</loc>\n		<lastmod>2016-10-04T17:57:14+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-aerospace-aviation-greases/krytox-283-series/</loc>\n		<lastmod>2016-09-27T22:59:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/aerospace-aviation-oils/</loc>\n		<lastmod>2016-10-26T19:54:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-electronic-grade-krytox-grease/</loc>\n		<lastmod>2016-09-28T12:37:49+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-ac/</loc>\n		<lastmod>2016-10-07T17:50:05+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-bd/</loc>\n		<lastmod>2016-10-10T12:54:54+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/krytox-xht-s-series/</loc>\n		<lastmod>2016-10-05T18:29:09+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/xht-oils/</loc>\n		<lastmod>2016-09-13T14:35:35+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aut-series/</loc>\n		<lastmod>2016-10-05T19:53:19+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/</loc>\n		<lastmod>2016-10-05T12:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-nrt/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-nrt/krytox-nrt-8900-series/</loc>\n		<lastmod>2016-10-04T19:23:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-nrt/krytox-nrt-plss/</loc>\n		<lastmod>2016-10-03T15:14:06+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-ts4/</loc>\n		<lastmod>2016-10-05T13:03:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/fsh-series/</loc>\n		<lastmod>2016-09-19T14:45:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/krytox-xp-grease/</loc>\n		<lastmod>2016-10-07T18:01:20+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/krytox-xp-oils/</loc>\n		<lastmod>2016-09-19T15:12:16+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/krytox-fpg-grease/</loc>\n		<lastmod>2016-11-10T15:35:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/ptfe-dry-film-lubricants/</loc>\n		<lastmod>2016-11-23T19:20:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/connector-lubricants/</loc>\n		<lastmod>2017-02-14T20:22:01+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/oils-greases/</loc>\n		<lastmod>2016-12-21T18:43:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/pfpe-oils-greases/</loc>\n		<lastmod>2016-11-28T20:05:06+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/lubricants/teflon-lubricants/</loc>\n		<lastmod>2016-12-22T13:20:50+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/</loc>\n		<lastmod>2016-08-19T16:45:31+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epoxy-adhesive-kit-ms-907/</loc>\n		<lastmod>2016-11-24T20:54:12+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/eponex-cycloaliphatic-resin/</loc>\n		<lastmod>2016-09-21T15:30:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epi-rez-epoxy-resins/</loc>\n		<lastmod>2016-09-23T17:05:02+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epon-elastomer-modified-epoxy-resins/</loc>\n		<lastmod>2016-09-21T15:02:13+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epon-electrical-laminating-resins/</loc>\n		<lastmod>2016-09-23T17:06:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epoxy-polyacrylates/</loc>\n		<lastmod>2016-09-21T14:58:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epon-epoxy-novolac-resins/</loc>\n		<lastmod>2016-09-23T17:08:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epon-solid-epoxy-resins/</loc>\n		<lastmod>2016-11-23T19:24:12+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epon-epoxy-resin-blends/</loc>\n		<lastmod>2016-11-23T19:25:55+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/epon-solid-epoxy-solutions/</loc>\n		<lastmod>2016-09-23T17:10:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/modified-liquid-epoxy-resins/</loc>\n		<lastmod>2016-11-23T19:31:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epon-epoxy-resin/unmodified-liquid-epoxy-resins/</loc>\n		<lastmod>2016-11-23T19:39:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epikure-curing-agents/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epikure-curing-agents/epikure-3000-series-amidoamines/</loc>\n		<lastmod>2016-09-23T17:42:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epikure-curing-agents/epikure-3100-series-polyamides/</loc>\n		<lastmod>2016-11-23T19:44:15+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epikure-curing-agents/epikure-200-series-aliphatic-amines/</loc>\n		<lastmod>2016-11-23T19:41:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epikure-curing-agents/epikure-3300-series-cycloaliphatic-amines/</loc>\n		<lastmod>2016-09-23T17:26:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epikure-curing-agents/epikure-w-composites/</loc>\n		<lastmod>2016-11-23T19:46:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/heloxyepoxy-functional-modifiers/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/heloxyepoxy-functional-modifiers/heloxy-flexibilizers/</loc>\n		<lastmod>2016-11-24T20:45:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/heloxyepoxy-functional-modifiers/heloxy-poly-functional-glycidyl-ethers/</loc>\n		<lastmod>2016-11-24T20:48:09+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/heloxyepoxy-functional-modifiers/heloxy-monofunctional-aliphatic-glycidyl-ethers/</loc>\n		<lastmod>2016-11-07T20:19:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/heloxyepoxy-functional-modifiers/heloxy-monofunctional-aromatic-glycidyl-ethers/</loc>\n		<lastmod>2016-09-21T15:06:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/epoxy-resins/epoxy-stripping-agent-ms-111/</loc>\n		<lastmod>2016-11-24T04:04:16+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/specialty-products/</loc>\n		<lastmod>2016-12-19T17:57:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/conformal-coating/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/conformal-coating/acrylic-conformal-coating/</loc>\n		<lastmod>2016-11-24T03:41:09+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/conformal-coating/protective-varnish/</loc>\n		<lastmod>2016-10-24T17:04:12+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/conformal-coating/silicone-conformal-coating/</loc>\n		<lastmod>2016-11-24T03:45:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/conformal-coating/urethane-conformal-coating/</loc>\n		<lastmod>2016-11-24T03:33:33+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/conformal-coating/conformal-coating-stripper/</loc>\n		<lastmod>2016-11-24T03:18:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/medical-chemicals/</loc>\n		<lastmod>2017-02-16T19:01:59+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/mold-release-agents/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/</loc>\n		<lastmod>2016-11-25T19:33:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/mold-release-agents/ptfe-release-agents/</loc>\n		<lastmod>2016-11-25T19:41:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/mold-release-agents/high-temp-release-agents/</loc>\n		<lastmod>2016-12-13T20:06:19+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/solvents/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/solvents/solvsys/</loc>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/solvents/solvsys/contact-cleaners/</loc>\n		<lastmod>2016-12-19T16:26:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/solvents/solvsys/flux-removers/</loc>\n		<lastmod>2016-10-27T15:58:56+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/solvents/solvsys/solvent-cleaners/</loc>\n		<lastmod>2016-12-28T13:38:28+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/solvents/opteon-solvents/</loc>\n		<lastmod>2016-10-28T20:04:40+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/solvents/vertrel/</loc>\n		<lastmod>2016-10-13T17:06:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://stage.miller-stephenson.com/chemicals/vazo-radical-initiators/</loc>\n		<lastmod>2016-12-14T17:56:20+00:00</lastmod>\n	</url>\n</urlset>";}}', 'no'); 
INSERT INTO `wp_options` VALUES (620122, '_transient_timeout_wc_products_will_display_123_1487965721', '1490888356', 'no'); 
INSERT INTO `wp_options` VALUES (620123, '_transient_wc_products_will_display_123_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620134, '_transient_timeout_wc_upgrade_notice_2.6.11', '1488383361', 'no'); 
INSERT INTO `wp_options` VALUES (620135, '_transient_wc_upgrade_notice_2.6.11', '', 'no'); 
INSERT INTO `wp_options` VALUES (620136, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1488307791', 'no'); 
INSERT INTO `wp_options` VALUES (620137, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:100:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"6202";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"3806";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"3802";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"3335";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"2902";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:4:"2627";}s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";s:4:"2283";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"2255";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:4:"2174";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:4:"2151";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:4:"2113";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:4:"2078";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:4:"2018";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:4:"1973";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:4:"1809";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:4:"1703";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:4:"1680";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:4:"1501";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:4:"1415";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:4:"1326";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:4:"1311";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:4:"1181";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:4:"1157";}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";s:4:"1108";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:4:"1046";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:4:"1037";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:4:"1005";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:4:"1001";}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";s:3:"994";}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";s:3:"980";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"945";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"921";}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";s:3:"892";}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";s:3:"882";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"881";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"847";}s:5:"share";a:3:{s:4:"name";s:5:"Share";s:4:"slug";s:5:"share";s:5:"count";s:3:"804";}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";s:3:"804";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"796";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"788";}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";s:3:"782";}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";s:3:"780";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"779";}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";s:3:"767";}s:3:"css";a:3:{s:4:"name";s:3:"CSS";s:4:"slug";s:3:"css";s:5:"count";s:3:"765";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"760";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"750";}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";s:3:"744";}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";s:3:"740";}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";s:3:"734";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"718";}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";s:3:"664";}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";s:3:"662";}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";s:3:"660";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"656";}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";s:3:"642";}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";s:3:"642";}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";s:3:"638";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"629";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"624";}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";s:3:"609";}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";s:3:"608";}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";s:3:"601";}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";s:3:"599";}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";s:3:"596";}s:12:"social-media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-media";s:5:"count";s:3:"590";}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";s:3:"577";}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";s:3:"567";}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";s:3:"566";}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";s:3:"562";}s:6:"simple";a:3:{s:4:"name";s:6:"simple";s:4:"slug";s:6:"simple";s:5:"count";s:3:"555";}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";s:3:"555";}s:4:"shop";a:3:{s:4:"name";s:4:"shop";s:4:"slug";s:4:"shop";s:5:"count";s:3:"548";}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";s:3:"546";}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";s:3:"543";}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";s:3:"530";}s:7:"picture";a:3:{s:4:"name";s:7:"picture";s:4:"slug";s:7:"picture";s:5:"count";s:3:"523";}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";s:3:"517";}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";s:3:"496";}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";s:3:"492";}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";s:3:"475";}s:4:"html";a:3:{s:4:"name";s:4:"html";s:4:"slug";s:4:"html";s:5:"count";s:3:"473";}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";s:3:"473";}s:8:"pictures";a:3:{s:4:"name";s:8:"pictures";s:4:"slug";s:8:"pictures";s:5:"count";s:3:"467";}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";s:3:"464";}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";s:3:"459";}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";s:3:"452";}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";s:3:"448";}s:8:"lightbox";a:3:{s:4:"name";s:8:"lightbox";s:4:"slug";s:8:"lightbox";s:5:"count";s:3:"446";}s:11:"advertising";a:3:{s:4:"name";s:11:"advertising";s:4:"slug";s:11:"advertising";s:5:"count";s:3:"445";}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";s:3:"438";}s:3:"tag";a:3:{s:4:"name";s:3:"tag";s:4:"slug";s:3:"tag";s:5:"count";s:3:"437";}s:9:"thumbnail";a:3:{s:4:"name";s:9:"thumbnail";s:4:"slug";s:9:"thumbnail";s:5:"count";s:3:"436";}s:6:"paypal";a:3:{s:4:"name";s:6:"paypal";s:4:"slug";s:6:"paypal";s:5:"count";s:3:"436";}s:5:"popup";a:3:{s:4:"name";s:5:"popup";s:4:"slug";s:5:"popup";s:5:"count";s:3:"436";}s:6:"upload";a:3:{s:4:"name";s:6:"upload";s:4:"slug";s:6:"upload";s:5:"count";s:3:"431";}s:4:"news";a:3:{s:4:"name";s:4:"News";s:4:"slug";s:4:"news";s:5:"count";s:3:"430";}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";s:3:"427";}s:8:"linkedin";a:3:{s:4:"name";s:8:"linkedin";s:4:"slug";s:8:"linkedin";s:5:"count";s:3:"426";}s:7:"sharing";a:3:{s:4:"name";s:7:"sharing";s:4:"slug";s:7:"sharing";s:5:"count";s:3:"423";}}', '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 (620169, '_transient_timeout_wc_products_will_display_130_1487965721', '1490901468', 'no'); 
INSERT INTO `wp_options` VALUES (620170, '_transient_wc_products_will_display_130_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620174, 'wpseo_sitemap_3753_cache_validator', '5ndtf', 'no'); 
INSERT INTO `wp_options` VALUES (620178, '_transient_timeout_wc_products_will_display_168_1487965721', '1490898999', 'no'); 
INSERT INTO `wp_options` VALUES (620179, '_transient_wc_products_will_display_168_1487965721', '', 'no'); 
INSERT INTO `wp_options` VALUES (620182, '_site_transient_timeout_available_translations', '1488311490', 'no'); 
INSERT INTO `wp_options` VALUES (620183, '_site_transient_available_translations', 'a:88:{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: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.6";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.6/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:12:"Forts&#230;t";}}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_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: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: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: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_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_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_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: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: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_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_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: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_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_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: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_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: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_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: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.6";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.6/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.15";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.15/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: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: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:"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.15";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.15/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.4.2";s:7:"updated";s:19:"2015-12-09 01:01:25";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.4.2/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_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_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_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"4.5.6";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.6/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 (620187, '_transient_timeout_wc_products_will_display_97_1487965721', '1490892908', 'no'); 
INSERT INTO `wp_options` VALUES (620188, '_transient_wc_products_will_display_97_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620194, '_transient_timeout_wc_products_will_display_13_1487965721', '1490893518', 'no'); 
INSERT INTO `wp_options` VALUES (620195, '_transient_wc_products_will_display_13_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620202, '_transient_timeout_wc_products_will_display_86_1487965721', '1490895400', 'no'); 
INSERT INTO `wp_options` VALUES (620203, '_transient_wc_products_will_display_86_1487965721', '', '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://stage.miller-stephenson.com', 'no'); 
INSERT INTO `wp_options` VALUES (620230, '_transient_timeout_wc_products_will_display_155_1487965721', '1490900651', 'no'); 
INSERT INTO `wp_options` VALUES (620231, '_transient_wc_products_will_display_155_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620250, '_transient_timeout_wc_products_will_display_175_1487965721', '1490900597', 'no'); 
INSERT INTO `wp_options` VALUES (620251, '_transient_wc_products_will_display_175_1487965721', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620258, 'ai1wm_url_ip', 'www.notactiveddd.com', '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 (620265, '_transient_timeout_wdm_pep_license_trans', '1488464059', 'no'); 
INSERT INTO `wp_options` VALUES (620266, '_transient_wdm_pep_license_trans', 'site_inactive', 'no'); 
INSERT INTO `wp_options` VALUES (620270, 'ai1wm_status', 'a:3:{s:4:"type";s:4:"done";s:7:"message";s:533:"You need to perform two more steps:<br /><strong>1. You must save your permalinks structure twice. <a class="ai1wm-no-underline" href="https://stage.miller-stephenson.com/wp-admin/options-permalink.php#submit" target="_blank">Permalinks Settings</a></strong> <small>(opens a new window)</small><br /><strong>2. <a class="ai1wm-no-underline" href="https://wordpress.org/support/view/plugin-reviews/all-in-one-wp-migration?rate=5#postform" target="_blank">Optionally, review the plugin</a>.</strong> <small>(opens a new window)</small>";s:5:"title";s:40:"Your data has been imported successfuly!";}', 'yes'); 
INSERT INTO `wp_options` VALUES (620273, '_transient_timeout_c3bb27d53abf5b2-update-response', '1488388537', 'no'); 
INSERT INTO `wp_options` VALUES (620274, '_transient_c3bb27d53abf5b2-update-response', 'O:8:"stdClass":9:{s:11:"new_version";s:3:"4.4";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-02-28 12:29:03";s:8:"homepage";s:52:"https://my.yoast.com/?download=wordpress-seo-premium";s:7:"package";s:208:"http://my.yoast.com/edd-sl/package_download/MTQ5MzU2MTczNzphYWU3NGI5M2I4YTVkNWU4NDFmZWQ0NDc1NGUwZjJhODoxMDUyNDM6OTBmNzc3MzVlMDkyZDkxNTAxZWRhMDQxMTliOWQxYWE6aHR0cHNALy93d3cubm90YWN0aXZlZGRkLmNvbS93cF9zdGFnaW5n";s:13:"download_link";s:208:"http://my.yoast.com/edd-sl/package_download/MTQ5MzU2MTczNzphYWU3NGI5M2I4YTVkNWU4NDFmZWQ0NDc1NGUwZjJhODoxMDUyNDM6OTBmNzc3MzVlMDkyZDkxNTAxZWRhMDQxMTliOWQxYWE6aHR0cHNALy93d3cubm90YWN0aXZlZGRkLmNvbS93cF9zdGFnaW5n";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:522:"<p>4.4.0<br />\nFebruary 28th, 2017</p>\n<ul>\n<li>Adds redirect types in the Search Console settings page.</li>\n<li>Checks for links that are already used in the text when suggesting links.</li>\n<li>Change links to shortlinks in premium translation promo box.</li>\n<li>Includes every change in Yoast SEO core 4.4.0, see the <a href="https://wordpress.org/plugins/wordpress-seo/changelog/">core changelog</a>.</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 (620275, '_site_transient_update_plugins', 'O:8:"stdClass":4:{s:12:"last_checked";i:1488377736;s:8:"response";a:23:{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.40";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.40.zip";s:6:"tested";s:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":2:{s:5:"4.6.1";O:8:"stdClass":3:{s:7:"percent";i:100;s:5:"votes";i:3;s:11:"total_votes";i:3;}s:5:"4.7.2";O:8:"stdClass":3:{s:7:"percent";i:100;s:5:"votes";i:8;s:11:"total_votes";i:8;}}}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:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:37:"async-javascript/async-javascript.php";O:8:"stdClass":8:{s:2:"id";s:5:"55975";s:4:"slug";s:16:"async-javascript";s:6:"plugin";s:37:"async-javascript/async-javascript.php";s:11:"new_version";s:10:"1.17.02.06";s:3:"url";s:47:"https://wordpress.org/plugins/async-javascript/";s:7:"package";s:70:"https://downloads.wordpress.org/plugin/async-javascript.1.17.02.06.zip";s:6:"tested";s:5:"4.7.2";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:"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.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:5:"4.6.1";s:3:"url";s:45:"https://wordpress.org/plugins/contact-form-7/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.6.1.zip";s:6:"tested";s:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":2:{s:5:"4.6.1";O:8:"stdClass":3:{s:7:"percent";i:100;s:5:"votes";i:1;s:11:"total_votes";i:1;}s:5:"4.7.2";O:8:"stdClass":3:{s:7:"percent";i:100;s:5:"votes";i:5;s:11:"total_votes";i:5;}}}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:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:25:"duplicator/duplicator.php";O:8:"stdClass":8:{s:2:"id";s:5:"22600";s:4:"slug";s:10:"duplicator";s:6:"plugin";s:25:"duplicator/duplicator.php";s:11:"new_version";s:6:"1.1.34";s:3:"url";s:41:"https://wordpress.org/plugins/duplicator/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/duplicator.1.1.34.zip";s:6:"tested";s:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:39:"https-redirection/https-redirection.php";O:8:"stdClass":8:{s:2:"id";s:5:"51621";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:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":1:{s:5:"4.7.2";O:8:"stdClass":3:{s:7:"percent";i:100;s:5:"votes";i:4;s:11:"total_votes";i:4;}}}s:27:"ninja-forms/ninja-forms.php";O:8:"stdClass":8:{s:2:"id";s:5:"27901";s:4:"slug";s:11:"ninja-forms";s:6:"plugin";s:27:"ninja-forms/ninja-forms.php";s:11:"new_version";s:6:"3.0.30";s:3:"url";s:42:"https://wordpress.org/plugins/ninja-forms/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/ninja-forms.3.0.30.zip";s:6:"tested";s:5:"4.7.2";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.5.1";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:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:37:"social-media-widget/social-widget.php";O:8:"stdClass":8:{s:2:"id";s:5:"15053";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":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:41:"speed-booster-pack/speed-booster-pack.php";O:8:"stdClass":8:{s:2:"id";s:5:"50538";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:"2.9";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.2.9.zip";s:6:"tested";s:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:58:"ultimate-social-media-plus/ultimate_social_media_icons.php";O:8:"stdClass":9:{s:2:"id";s:5:"59284";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.5.6";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.5.6.zip";s:14:"upgrade_notice";s:15:"Please upgrade!";s:6:"tested";s:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:27:"woocommerce/woocommerce.php";O:8:"stdClass":8:{s:2:"id";s:5:"25331";s:4:"slug";s:11:"woocommerce";s:6:"plugin";s:27:"woocommerce/woocommerce.php";s:11:"new_version";s:6:"2.6.14";s:3:"url";s:42:"https://wordpress.org/plugins/woocommerce/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/woocommerce.2.6.14.zip";s:6:"tested";s:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":1:{s:5:"4.7.2";O:8:"stdClass":3:{s:7:"percent";i:50;s:5:"votes";i:1;s:11:"total_votes";i:2;}}}s:47:"woocommerce-csvimport/woocommerce-csvimport.php";O:8:"stdClass":8:{s:2:"id";s:5:"35302";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.2";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:35:"wp-fastest-cache/wpFastestCache.php";O:8:"stdClass":8:{s:2:"id";s:5:"42995";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.6.6";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.6.6.zip";s:6:"tested";s:5:"4.7.2";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.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:6:"tested";s:5:"4.7.3";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:31:"wp-statistics/wp-statistics.php";O:8:"stdClass":9:{s:2:"id";s:5:"21429";s:4:"slug";s:13:"wp-statistics";s:6:"plugin";s:31:"wp-statistics/wp-statistics.php";s:11:"new_version";s:4:"12.0";s:3:"url";s:44:"https://wordpress.org/plugins/wp-statistics/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/wp-statistics.12.0.zip";s:14:"upgrade_notice";s:51:"PHP 5.4 is now required for version 11.0 and above!";s:6:"tested";s:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:27:"wp-super-cache/wp-cache.php";O:8:"stdClass":9:{s:2:"id";s:4:"1221";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.4.9";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.4.9.zip";s:14:"upgrade_notice";s:139:"Fixed XSS on the settings page, settings page updates, file locking fixes and PHP 7.1 fix, caching fixes on static homepage blogs and more.";s:6:"tested";s:5:"4.7.2";s:13:"compatibility";O:8:"stdClass":1:{s:5:"4.7.2";O:8:"stdClass":3:{s:7:"percent";i:100;s:5:"votes";i:2;s:11:"total_votes";i:2;}}}s:33:"wp-term-images/wp-term-images.php";O:8:"stdClass":8:{s:2:"id";s:5:"66216";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":1:{s:5:"4.7.2";O:8:"stdClass":3:{s:7:"percent";i:100;s:5:"votes";i:1;s:11:"total_votes";i:1;}}}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.3";s:13:"compatibility";O:8:"stdClass":1:{s:6:"scalar";O:8:"stdClass":1:{s:6:"scalar";b:0;}}}s:40:"wordpress-seo-premium/wp-seo-premium.php";O:8:"stdClass":9:{s:11:"new_version";s:3:"4.4";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-02-28 12:29:03";s:8:"homepage";s:52:"https://my.yoast.com/?download=wordpress-seo-premium";s:7:"package";s:208:"http://my.yoast.com/edd-sl/package_download/MTQ5MzU2MTczNzphYWU3NGI5M2I4YTVkNWU4NDFmZWQ0NDc1NGUwZjJhODoxMDUyNDM6OTBmNzc3MzVlMDkyZDkxNTAxZWRhMDQxMTliOWQxYWE6aHR0cHNALy93d3cubm90YWN0aXZlZGRkLmNvbS93cF9zdGFnaW5n";s:13:"download_link";s:208:"http://my.yoast.com/edd-sl/package_download/MTQ5MzU2MTczNzphYWU3NGI5M2I4YTVkNWU4NDFmZWQ0NDc1NGUwZjJhODoxMDUyNDM6OTBmNzc3MzVlMDkyZDkxNTAxZWRhMDQxMTliOWQxYWE6aHR0cHNALy93d3cubm90YWN0aXZlZGRkLmNvbS93cF9zdGFnaW5n";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:522:"<p>4.4.0<br />\nFebruary 28th, 2017</p>\n<ul>\n<li>Adds redirect types in the Search Console settings page.</li>\n<li>Checks for links that are already used in the text when suggesting links.</li>\n<li>Change links to shortlinks in premium translation promo box.</li>\n<li>Includes every change in Yoast SEO core 4.4.0, see the <a href="https://wordpress.org/plugins/wordpress-seo/changelog/">core changelog</a>.</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:28:{s:21:"articles/articles.php";O:8:"stdClass":6:{s:2:"id";s:2:"21";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:5:"21792";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:17:"wpclef/wpclef.php";O:8:"stdClass":6:{s:2:"id";s:5:"37352";s:4:"slug";s:6:"wpclef";s:6:"plugin";s:17:"wpclef/wpclef.php";s:11:"new_version";s:5:"2.6.1";s:3:"url";s:37:"https://wordpress.org/plugins/wpclef/";s:7:"package";s:55:"https://downloads.wordpress.org/plugin/wpclef.2.6.1.zip";}s:38:"sidecar-decision-tree/DecisionTree.php";O:8:"stdClass":6:{s:2:"id";s:5:"49826";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:5:"64972";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:5:"53050";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:32:"domain-replace/domainreplace.php";O:8:"stdClass":6:{s:2:"id";s:5:"56833";s:4:"slug";s:14:"domain-replace";s:6:"plugin";s:32:"domain-replace/domainreplace.php";s:11:"new_version";s:5:"1.3.8";s:3:"url";s:45:"https://wordpress.org/plugins/domain-replace/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/domain-replace.1.3.8.zip";}s:48:"wp-live-chat-software-for-wordpress/livechat.php";O:8:"stdClass":6:{s:2:"id";s:5:"13447";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.1.zip";}s:53:"nextend-facebook-connect/nextend-facebook-connect.php";O:8:"stdClass":6:{s:2:"id";s:5:"34949";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:"1.5.9";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.1.5.9.zip";}s:49:"nextend-google-connect/nextend-google-connect.php";O:8:"stdClass":6:{s:2:"id";s:5:"35381";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:19:"optimus/optimus.php";O:8:"stdClass":6:{s:2:"id";s:5:"35230";s:4:"slug";s:7:"optimus";s:6:"plugin";s:19:"optimus/optimus.php";s:11:"new_version";s:5:"1.4.8";s:3:"url";s:38:"https://wordpress.org/plugins/optimus/";s:7:"package";s:50:"https://downloads.wordpress.org/plugin/optimus.zip";}s:27:"p3-profiler/p3-profiler.php";O:8:"stdClass":7:{s:2:"id";s:5:"27704";s:4:"slug";s:11:"p3-profiler";s:6:"plugin";s:27:"p3-profiler/p3-profiler.php";s:11:"new_version";s:7:"1.5.3.9";s:3:"url";s:42:"https://wordpress.org/plugins/p3-profiler/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/p3-profiler.1.5.3.9.zip";s:14:"upgrade_notice";s:75:"Security update: Escape URLs returned by add_query_arg and remove_query_arg";}s:71:"password-strength-for-woocommerce/password-strength-for-woocommerce.php";O:8:"stdClass":6:{s:2:"id";s:5:"68662";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:4:"4437";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:67:"remove-query-strings-from-static-resources/remove-query-strings.php";O:8:"stdClass":6:{s:2:"id";s:5:"46630";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:5:"1.3.1";s:3:"url";s:73:"https://wordpress.org/plugins/remove-query-strings-from-static-resources/";s:7:"package";s:91:"https://downloads.wordpress.org/plugin/remove-query-strings-from-static-resources.1.3.1.zip";}s:37:"show-hide-author/show_hide_author.php";O:8:"stdClass":6:{s:2:"id";s:5:"37401";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:5:"67448";s:4:"slug";s:11:"smtp-mailer";s:6:"plugin";s:20:"smtp-mailer/main.php";s:11:"new_version";s:5:"1.0.2";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:5:"4.7.2";s:13:"compatibility";a:2:{s:5:"4.6.1";a:3:{s:7:"percent";i:100;s:5:"votes";i:1;s:11:"total_votes";i:1;}s:5:"4.7.2";a:3:{s:7:"percent";i:100;s:5:"votes";i:1;s:11:"total_votes";i:1;}}}s:27:"table-maker/table-maker.php";O:8:"stdClass":6:{s:2:"id";s:5:"66477";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:5:"31679";s:4:"slug";s:11:"updraftplus";s:6:"plugin";s:27:"updraftplus/updraftplus.php";s:11:"new_version";s:7:"1.12.34";s:3:"url";s:42:"https://wordpress.org/plugins/updraftplus/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/updraftplus.1.12.34.zip";}s:47:"user-specific-content/User-Specific-Content.php";O:8:"stdClass":6:{s:2:"id";s:5:"21867";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:33:"w3-total-cache/w3-total-cache.php";O:8:"stdClass":7:{s:2:"id";s:4:"9376";s:4:"slug";s:14:"w3-total-cache";s:6:"plugin";s:33:"w3-total-cache/w3-total-cache.php";s:11:"new_version";s:7:"0.9.5.2";s:3:"url";s:45:"https://wordpress.org/plugins/w3-total-cache/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.5.2.zip";s:14:"upgrade_notice";s:144:"Thanks for using W3 Total Cache! This release includes security fixes that have been reported. In addition, numerous improvements are now yours.";}s:59:"woocommerce-category-banner/woocommerce-category-banner.php";O:8:"stdClass":6:{s:2:"id";s:5:"49845";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":7:{s:2:"id";s:5:"30668";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:14:"upgrade_notice";s:32:"Bug fix and maintenance release.";}s:33:"wordpress-move/wordpress-move.php";O:8:"stdClass":7:{s:2:"id";s:5:"24989";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:14:"upgrade_notice";s:147:"The bug that was causing problems with other plugins has been fixed. Previous releases were omitting NULL fields and causing data loss as a result.";}s:29:"wp-site-migrate/blogvault.php";O:8:"stdClass":6:{s:2:"id";s:5:"50706";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.45";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:43:"wp-instagram-widget/wp-instagram-widget.php";O:8:"stdClass":6:{s:2:"id";s:5:"46730";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:5:"52654";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";}s:34:"yith-woocommerce-wishlist/init.php";O:8:"stdClass":6:{s:2:"id";s:5:"41084";s:4:"slug";s:25:"yith-woocommerce-wishlist";s:6:"plugin";s:34:"yith-woocommerce-wishlist/init.php";s:11:"new_version";s:6:"2.0.16";s:3:"url";s:56:"https://wordpress.org/plugins/yith-woocommerce-wishlist/";s:7:"package";s:75:"https://downloads.wordpress.org/plugin/yith-woocommerce-wishlist.2.0.16.zip";}}}', 'no'); 
INSERT INTO `wp_options` VALUES (620278, '_transient_timeout_nf_form_11', '1488464160', 'no'); 
INSERT INTO `wp_options` VALUES (620279, '_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:"236";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 (620280, '_transient_timeout_wpseo-dashboard-totals', '1488464183', 'no'); 
INSERT INTO `wp_options` VALUES (620281, '_transient_wpseo-dashboard-totals', 'a:1:{i:1;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:"41";}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 (620282, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1488420991', 'no'); 
INSERT INTO `wp_options` VALUES (620283, '_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:"Wed, 01 Feb 2017 15:58: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: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.8-alpha-40139";s:7:"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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"WordPress 4.7.2 Security 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:68:"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-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:"Thu, 26 Jan 2017 19:34: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: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=4676";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:357:"WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. [&#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:2142:"<p>WordPress 4.7.2 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.1 and earlier are affected by three security issues:</p>\n<ol>\n<li>The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. Reported by David Herrera of <a href="https://www.alleyinteractive.com/">Alley Interactive</a>.</li>\n<li><code>WP_Query</code> is vulnerable to a SQL injection (SQLi) when passing unsafe data. WordPress core is not directly vulnerable to this issue, but we&#8217;ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href="https://github.com/mjangda">Mo Jangda</a> (batmoo).</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the posts list table. Reported by <a href="https://iandunn.name/">Ian Dunn</a> of the WordPress Security Team.</li>\n<li>An unauthenticated privilege escalation vulnerability was discovered in a REST API endpoint. Reported by <a href="https://twitter.com/MarcS0h">Marc-Alexandre Montpas</a> of Sucuri Security. *</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><a href="https://wordpress.org/download/">Download WordPress 4.7.2</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.2.</p>\n<p>Thanks to everyone who contributed to 4.7.2.</p>\n<p>* Update: An additional serious vulnerability was fixed in this release and public disclosure was delayed. For more information on this vulnerability, additional mitigation steps taken, and an explanation for why disclosure was delayed, please read <a href="https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/">Disclosure of Additional Security Fix in WordPress 4.7.2</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:"4676";s: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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 4.7.1 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:84:"https://wordpress.org/news/2017/01/wordpress-4-7-1-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Jan 2017 03:53:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a: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=4650";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:375:"WordPress 4.7 has been downloaded over 10 million times since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7 and earlier are affected by eight security issues: [&#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:6520:"<p>WordPress 4.7 has been <a href="https://wordpress.org/download/counter/">downloaded over 10 million times</a> since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. 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 and earlier are affected by eight security issues:</p>\n<ol>\n<li>Remote code execution (RCE) in PHPMailer &#8211; <em>No specific issue appears to affect WordPress</em> or any of the major plugins we investigated but, out of an abundance of caution, we updated PHPMailer in this release. This issue was fixed in PHPMailer thanks to <a href="https://legalhackers.com/">Dawid Golunski</a> and <a href="https://twitter.com/Zenexer">Paul Buonopane</a>.</li>\n<li>The REST API exposed user data for all users who had authored a post of a public post type. WordPress 4.7.1 limits this to only post types which have specified that they should be shown within the REST API. Reported by <a href="https://poststatus.com/">Krogsgard</a> and <a href="https://ithemes.com/">Chris Jean</a>.</li>\n<li>Cross-site scripting (XSS) via the plugin name or version header on <code>update-core.php</code>. Reported by <a href="https://dominikschilling.de/">Dominik Schilling</a> of the WordPress Security Team.</li>\n<li>Cross-site request forgery (CSRF) bypass via uploading a Flash file. Reported by <a href="https://twitter.com/Abdulahhusam">Abdullah Hussam</a>.</li>\n<li>Cross-site scripting (XSS) via theme name fallback. Reported by <a href="https://pentest.blog/">Mehmet Ince</a>.</li>\n<li>Post via email checks <code>mail.example.com</code> if default settings aren&#8217;t changed. Reported by John Blackbourn of the WordPress Security Team.</li>\n<li>A cross-site request forgery (CSRF) was discovered in the accessibility mode of widget editing. Reported by <a href="https://dk.linkedin.com/in/ronni-skansing-36143b65">Ronnie Skansing</a>.</li>\n<li>Weak cryptographic security for multisite activation key. Reported by <a href="https://itsjack.cc/">Jack</a>.</li>\n</ol>\n<p>Thank you to the reporters 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.1 fixes 62 bugs from 4.7. For more information, see the <a href="https://codex.wordpress.org/Version_4.7.1">release notes</a> or consult the <a href="https://core.trac.wordpress.org/query?milestone=4.7.1">list of changes</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.7.1</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.1.</p>\n<p>Thanks to everyone who contributed to 4.7.1: <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/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/gitlost/">bonger</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a>, <a href="https://profiles.wordpress.org/chandrapatel/">Chandra Patel</a>, <a href="https://profiles.wordpress.org/christian1012/">Christian Chung</a>, <a href="https://profiles.wordpress.org/dlh/">David Herrera</a>, <a href="https://profiles.wordpress.org/dshanske/">David Shanske</a>, <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a>, <a href="https://profiles.wordpress.org/ocean90/">Dominik Schilling (ocean90)</a>, <a href="https://profiles.wordpress.org/dreamon11/">DreamOn11</a>, <a href="https://profiles.wordpress.org/chopinbach/">Edwin Cromley</a>, <a href="https://profiles.wordpress.org/iseulde/">Ella van Dorpe</a>, <a href="https://profiles.wordpress.org/pento/">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/hristo-sg/">Hristo Pandjarov</a>, <a href="https://profiles.wordpress.org/jnylen0/">James Nylen</a>, <a href="https://profiles.wordpress.org/jblz/">Jeff Bowen</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/joehoyle/">Joe Hoyle</a>, <a href="https://profiles.wordpress.org/joemcgill/">Joe McGill</a>, <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>, <a href="https://profiles.wordpress.org/kkoppenhaver/">Keanan Koppenhaver</a>, <a href="https://profiles.wordpress.org/obenland/">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/laurelfulford/">laurelfulford</a>, <a href="https://profiles.wordpress.org/tyxla/">Marin Atanasov</a>, <a href="https://profiles.wordpress.org/mattyrob/">mattyrob</a>, <a href="https://profiles.wordpress.org/monikarao/">monikarao</a>, <a href="https://profiles.wordpress.org/natereist/">Nate Reist</a>, <a href="https://profiles.wordpress.org/celloexpressions/">Nick Halsey</a>, <a href="https://profiles.wordpress.org/nikschavan/">Nikhil Chavan</a>, <a href="https://profiles.wordpress.org/nullvariable/">nullvariable</a>, <a href="https://profiles.wordpress.org/sirbrillig/">Payton Swick</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/presskopp/">Presskopp</a>, <a href="https://profiles.wordpress.org/rachelbaker/">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rmccue/">Ryan McCue</a>, <a href="https://profiles.wordpress.org/sanketparmar/">Sanket Parmar</a>, <a href="https://profiles.wordpress.org/sebastianpisula/">Sebastian Pisula</a>, <a href="https://profiles.wordpress.org/sfpt/">sfpt</a>, <a href="https://profiles.wordpress.org/shazahm1hotmailcom/">shazahm1</a>, <a href="https://profiles.wordpress.org/sstoqnov/">Stanimir Stoyanov</a>, <a href="https://profiles.wordpress.org/stevenkword/">Steven Word</a>, <a href="https://profiles.wordpress.org/szaqal21/">szaqal21</a>, <a href="https://profiles.wordpress.org/timph/">timph</a>, <a href="https://profiles.wordpress.org/voldemortensen/">voldemortensen</a>, <a href="https://profiles.wordpress.org/vortfu/">vortfu</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:"4650";s: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:36:"\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:27:"WordPress 4.7 “Vaughan”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/news/2016/12/vaughan/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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, 06 Dec 2016 19:27: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: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=4596";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:240:"Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah "Sassy" Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.";s: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:3:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2016/12/starter-content.mp4";s:6:"length";s:7:"3736020";s:4:"type";s:9:"video/mp4";}}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:3:{s:3:"url";s:59:"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4";s:6:"length";s:7:"1127483";s:4:"type";s:9:"video/mp4";}}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:"url";s:58:"https://wordpress.org/news/files/2016/12/video-headers.mp4";s:6:"length";s:7:"1549803";s:4:"type";s:9:"video/mp4";}}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:"Helen Hou-Sandi";s: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:45502:"<p>Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah &#8220;Sassy&#8221; Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.</p>\n<div id="v-AHz0Ca46-1" class="video-player"><video id="v-AHz0Ca46-1-video" width="632" height="354" poster="https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg" controls="true" preload="metadata" dir="ltr" lang="en"><source src="https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_dvd.mp4" type="video/mp4; codecs=&quot;avc1.64001E, mp4a.40.2&quot;" /><source src="https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_fmt1.ogv" type="video/ogg; codecs=&quot;theora, vorbis&quot;" /><div><img alt="Introducing WordPress 4.7" src="https://i1.wp.com/videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg?resize=632%2C354&#038;ssl=1" data-recalc-dims="1" /></div><p>Introducing WordPress 4.7</p></video></div>\n<hr />\n<h2 style="text-align:center">Presenting Twenty Seventeen</h2>\n<p>A brand new default theme brings your site to life with immersive featured images and video headers.</p>\n<p><img class="alignnone wp-image-4618 size-large" src="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=632%2C356&#038;ssl=1" srcset="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1600&amp;ssl=1 1600w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1264&amp;ssl=1 1264w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></p>\n<p>Twenty Seventeen focuses on business sites and features a customizable front page with multiple sections. Personalize it with widgets, navigation, social menus, a logo, custom colors, and more. Our default theme for 2017 works great in many languages, on any device, and for a wide range of users.</p>\n<hr />\n<h2 style="text-align:center">Your Site, Your Way</h2>\n<p>WordPress 4.7 adds new features to the customizer to help take you through the initial setup of a theme, with non-destructive live previews of all your changes in one uninterrupted workflow.</p>\n<h3>Theme Starter Content</h3>\n<div style="width: 632px;" class="wp-video"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class="wp-video-shortcode" id="video-4596-1" width="632" height="346" loop="1" autoplay="1" preload="metadata" controls="controls"><source type="video/mp4" src="https://wordpress.org/news/files/2016/12/starter-content.mp4?_=1" /><a href="https://wordpress.org/news/files/2016/12/starter-content.mp4">https://wordpress.org/news/files/2016/12/starter-content.mp4</a></video></div>\n<p>To help give you a solid base to build from, individual themes can provide starter content that appears when you go to customize your brand new site. This can range from placing a business information widget in the best location to providing a sample menu with social icon links to a static front page complete with beautiful images. Don’t worry &#8211; nothing new will appear on the live site until you’re ready to save and publish your initial theme setup.</p>\n<div style="float: left;width: 48%;margin: 0">\n<h3>Edit Shortcuts</h3>\n<div style="width: 300px;" class="wp-video"><video class="wp-video-shortcode" id="video-4596-2" width="300" height="173" poster="https://wordpress.org/news/files/2016/12/4.7-—-Edit-Shortcuts.jpg" loop="1" autoplay="1" preload="metadata" controls="controls"><source type="video/mp4" src="https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4?_=2" /><a href="https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4">https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4</a></video></div>\n<p>Visible icons appear to show you which parts of your site can be customized while live previewing. Click on a shortcut and get straight to editing. Paired with starter content, getting started with customizing your site is faster than ever.</p>\n</div>\n<div style="float: right;width: 48%;margin: 0">\n<h3>Video Headers</h3>\n<div style="width: 300px;" class="wp-video"><video class="wp-video-shortcode" id="video-4596-3" width="300" height="173" poster="https://wordpress.org/news/files/2016/12/4.7-—-Header-Video.jpg" loop="1" autoplay="1" preload="metadata" controls="controls"><source type="video/mp4" src="https://wordpress.org/news/files/2016/12/video-headers.mp4?_=3" /><a href="https://wordpress.org/news/files/2016/12/video-headers.mp4">https://wordpress.org/news/files/2016/12/video-headers.mp4</a></video></div>\n<p>Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.</p>\n</div>\n<div style="clear: both"></div>\n<div style="float: left;width: 48%;margin: 0">\n<h3>Smoother Menu Building</h3>\n<p><img class="wp-image-4606 size-medium alignright" src="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&#038;ssl=1" srcset="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?w=760&amp;ssl=1 760w" sizes="(max-width: 300px) 100vw, 300px" data-recalc-dims="1" /></p>\n<p>Many menus for sites contain links to the pages of your site, but what happens when you don’t have any pages yet? Now you can add new pages while building menus instead of leaving the customizer and abandoning your changes. Once you’ve published your customizations, you’ll have new pages ready for you to fill with content.</p>\n</div>\n<div style="float: right;width: 48%;margin: 0">\n<h3>Custom CSS</h3>\n<p><img class="wp-image-4607 size-medium alignright" src="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&#038;ssl=1" srcset="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?w=760&amp;ssl=1 760w" sizes="(max-width: 300px) 100vw, 300px" data-recalc-dims="1" /></p>\n<p>Sometimes you just need a few visual tweaks to make your site perfect. WordPress 4.7 allows you to add custom CSS and instantly see how your changes affect your site. The live preview allows you to work quickly without page refreshes slowing you down.</p>\n</div>\n<div style="clear: both"></div>\n<hr />\n<div style="float: left;width: 48%;margin: 0">\n<h3>PDF Thumbnail Previews</h3>\n<p><img class="wp-image-4609 size-medium alignright" src="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&#038;ssl=1" srcset="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?w=760&amp;ssl=1 760w" sizes="(max-width: 300px) 100vw, 300px" data-recalc-dims="1" /></p>\n<p>Managing your document collection is easier with WordPress 4.7. Uploading PDFs will generate thumbnail images so you can more easily distinguish between all your documents.</p>\n</div>\n<div style="float: right;width: 48%;margin: 0">\n<h3>Dashboard in your language</h3>\n<p><img class="wp-image-4608 size-medium alignright" src="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&#038;ssl=1" srcset="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?w=760&amp;ssl=1 760w" sizes="(max-width: 300px) 100vw, 300px" data-recalc-dims="1" /></p>\n<p>Just because your site is in one language doesn’t mean that everybody helping manage it prefers that language for their admin. Add more languages to your site and a user language option will show up in your user’s profiles.</p>\n</div>\n<div style="clear: both"></div>\n<hr />\n<h2 style="text-align:center">Introducing REST API Content Endpoints</h2>\n<p>WordPress 4.7 comes with REST API endpoints for posts, comments, terms, users, meta, and settings.</p>\n<p><img class="size-large wp-image-4600 alignnone" src="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=632%2C205&#038;ssl=1" alt="" srcset="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=1024%2C332&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=300%2C97&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=768%2C249&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1896&amp;ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></p>\n<p>Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with sites through plugins, themes, apps, and beyond. Ready to get started with development? <a href="https://developer.wordpress.org/rest-api/reference/">Check out the REST API reference.</a></p>\n<hr />\n<h2 style="text-align:center">Even More Developer Happiness <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f60a.png" alt="😊" class="wp-smiley" style="height: 1em; max-height: 1em;" /></h2>\n<h3><a href="https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/">Post Type Templates</a></h3>\n<p>By opening up the page template functionality to all post types, theme developers have even more flexibility with the WordPress template hierarchy.</p>\n<h3>More Theme API Goodies</h3>\n<p>WordPress 4.7 includes <a href="https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/">new functions, hooks, and behavior</a> for theme developers.</p>\n<h3><a href="https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/">Custom Bulk Actions</a></h3>\n<p>List tables, now with more than bulk edit and delete.</p>\n<h3><a href="https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/"><code>WP_Hook</code></a></h3>\n<p>The code that lies beneath actions and filters has been overhauled and modernized, fixing bugs along the way.</p>\n<h3>Settings Registration API</h3>\n<p>register_setting() <a href="https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/">has been enhanced</a> to include type, description, and REST API visibility.</p>\n<h3><a href="https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/">Customize Changesets</a></h3>\n<p>Customize changesets make changes in the customizer persistent, like autosave drafts. They also make exciting new features like starter content possible.</p>\n<hr />\n<h2 style="text-align:center">The Squad</h2>\n<p>This release was led by <a href="https://helen.blog">Helen Hou-Sandí</a>, backed up by <a href="https://profiles.wordpress.org/jbpaul17">Jeff Paul</a> and <a href="http://aaron.jorb.in/">Aaron Jorbin</a> as Release Deputies, and with the help of these fine individuals. There are 482 contributors with props in this release—the most ever—with 205 of them contributing for the first time. Pull up some sassy Sarah Vaughan 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/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/zuige">Antti Kuosmanen</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/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/claudiosanches">Claudio Sanches</a>, <a href="https://profiles.wordpress.org/claudiosmweb">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">dipeshkakadiya</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/frank-klein">Frank Klein</a>, <a href="https://profiles.wordpress.org/fjarrett">Frankie Jarrett</a>, <a href="https://profiles.wordpress.org/frankiet">frankiet</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/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/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/imnok">Imnok</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/krstarica">Ivan</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/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">lukepettway</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/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/jaworskimatt">Matt Jaworski</a>, <a href="https://profiles.wordpress.org/mattking5000">Matt King</a>, <a href="https://profiles.wordpress.org/matt">Matt Mullenweg</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/mbelchev">mbelchev</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/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/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/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/quasel">quasel</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/soean">Soeren Wrede</a>, <a href="https://profiles.wordpress.org/solal">solal</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/stubgo">stubgo</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">Truong Giang</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/vishalkakadiya">Vishal Kakadiya</a>, <a href="https://profiles.wordpress.org/voldemortensen">voldemortensen</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;<br />\nSpecial thanks go to <a href="https://ramiabraham.com/">Rami Abraham</a> for producing the release video and the many fine haiku we saw in the <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">beta</a> and <a href="https://wordpress.org/news/2016/11/wordpress-4-7-release-candidate/">RC</a> announcement posts.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.7. Their efforts bring WordPress 4.7 fully translated to 52 languages at release time with more on the way. Additionally, the WordPress 4.7 release video has been captioned into 44 languages.</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 &#8211; 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:"4596";s: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:17:"Moving Toward SSL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/2016/12/moving-toward-ssl/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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 Dec 2016 17:20:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4588";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:327:"We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle [&#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:1627:"<p>We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle our users are going to face.</p>\n<p>SSL basically means the link between your browser and the server is encrypted. SSL used to be difficult to implement, and often expensive or slow. Modern browsers, and the incredible success of projects like <a href="https://letsencrypt.org/">Let&#8217;s Encrypt</a> have made getting a certificate to secure your site fast, free, and something we think every host should support by default, especially in a post-Snowden era. Google also weighs <a href="https://security.googleblog.com/2014/08/https-as-ranking-signal_6.html">SSL as a search engine ranking factor</a> and will begin <a href="http://motherboard.vice.com/read/google-will-soon-shame-all-websites-that-are-unencrypted-chrome-https">flagging unencrypted sites in Chrome</a>.</p>\n<p>First, early in 2017, we will only promote hosting partners that provide a SSL certificate by default in their accounts. Later we will begin to assess which features, such as API authentication, would benefit the most from SSL and make them only enabled when SSL is there.</p>\n<p>Separately, I also think the performance improvements in PHP7 are particularly impressive, and major kudos to everyone who worked on that. We will consider whether hosts use PHP7 by default for new accounts next year as well.</p>\n<p>&nbsp;</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:"4588";s: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:31:"WordPress 4.7 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/2016/11/wordpress-4-7-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, 24 Nov 2016 04:26:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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=4579";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:328:"The release candidate for WordPress 4.7 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.7 on Tuesday, December 6, but we need your help to get there. If you haven’t tested 4.7 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:15:"Helen Hou-Sandi";s: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:4331:"<p>The release candidate for WordPress 4.7 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.7 on <strong>Tuesday, December 6</strong>, but we need <em>your</em> help to get there. If you haven’t tested 4.7 yet, now is the time! To test WordPress 4.7, 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.7-RC1.zip">download the release candidate here</a> (zip).</p>\n<p>WordPress 4.7 is a jam-packed release, with a number of features focused on getting a theme set up for the first time. Highlights include a <a href="http://2017.wordpress.net/">new default theme</a>, video headers, custom CSS, customizer edit shortcuts, PDF thumbnail previews, user admin languages, REST API content endpoints, post type templates, and more.</p>\n<p>We’ve made <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39353&amp;stop_rev=39263&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=">quite a few refinements</a> since releasing Beta 4 a week ago, including usability and accessibility enhancements for video headers, media and page template support in starter content, and polishing of how custom CSS can be migrated to and extended by plugins and themes. The REST API endpoints saw a number of bugfixes and notably now have anonymous comment off by default.</p>\n<p>Not sure where to start with testing? Try setting up a fresh site on a new installation with Twenty Seventeen (hint: head into customizing your site before touching any pages or widgets) and taking notes on what you enjoyed and what got you stuck. For more details about what&#8217;s new in version 4.7, check out the <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">Beta 1</a>, <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/">Beta 2</a>, <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/">Beta 3</a>, and <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-4/">Beta 4</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.7 and update your plugin’s <em>Tested up to</em> version in the readme to 4.7. 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> And if you haven&#8217;t yet done so, now is a great time to <a href="https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey">take the Annual WordPress Survey</a> and send it on to your friends.</p>\n<p>Happy testing! And now for another <a href="https://profiles.wordpress.org/ramiabraham">Rami Abraham</a> haiku break.</p>\n<p><em>Select your language</em><br />\n<em>Then let your users choose theirs</em><br />\n<em><code>get_user_locale()</code></em></p>\n<p><em>Theme authors rejoice</em><br />\n<em>Any option may employ</em><br />\n<em>Selective refresh</em></p>\n<p><em>Custom header video</em><br />\n<em>Make sure to <code>add_theme_support</code></em><br />\n<em>Bling above the fold</em></p>\n<p><em>A new template dawns</em><br />\n<em>A hierarchy member</em><br />\n<em>Post-type templates live</em></p>\n<p><em>PDF updates</em><br />\n<em>Pack a parade of polish</em><br />\n<em>Prettier previews</em></p>\n<p><em>Template Post Type: New</em><br />\n<em>Template Post Type: And Useful</em><br />\n<em>Template Post Type: Thing</em></p>\n<p><em>Let lists live lively</em><br />\n<em>Laud <code>wp_list_sort()</code></em><br />\n<em>Less laconic lists</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:"4579";s: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:20:"WordPress 4.7 Beta 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2016/11/wordpress-4-7-beta-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2016 01:51:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s: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=4576";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.7 Beta 4 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.7, 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:15:"Helen Hou-Sandi";s: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:2019:"<p>WordPress 4.7 Beta 4 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.7, 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.7-beta4.zip">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">Beta 1,</a> <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/">Beta 2</a>, and <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/">Beta 3</a> blog posts, along with <a href="https://make.wordpress.org/core/tag/4-7+dev-notes/">in-depth developer guides on make/core</a>. We’ve made <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39262&amp;stop_rev=39201&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=">about 60 changes</a> in the last few days for beta 4, including tweaks to Twenty Seventeen, custom CSS, and the REST API content endpoints.</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>We are almost there<br />\nPlease test your plugins and themes<br />\nRC coming soon<br />\n</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:"4576";s: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:34:"WordCamp US 2017-2018 in Nashville";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/news/2016/11/wordcamp-us-2017-2018-in-nashville/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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 Nov 2016 23:24:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"WordCamp";s:7:"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=4571";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:330:"The title says it all. We had some great applications for cities to host WordCamp US after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is Nashville, Tennessee. Based on the other great applications we got I&#8217;m also excited about the pipeline of communities that could host it in future [&#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:1022:"<p><img class="aligncenter" src="https://i0.wp.com/wpdotorg.files.wordpress.com/2008/07/27492741871_c6fcebcad3_k-e1479248587522.jpg?resize=632%2C253&#038;ssl=1" data-recalc-dims="1" /></p>\n<p>The title says it all. We had some great applications for cities to host <a href="http://us.wordcamp.org/">WordCamp US</a> after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is <strong>Nashville, Tennessee</strong>.</p>\n<p>Based on the other great applications we got I&#8217;m also excited about the pipeline of communities that could host it in future years as WordCamp US travels across the United States and gives us an opportunity to learn and love a new city, as we have with Philadelphia.</p>\n<p>By the way, if you haven&#8217;t yet, now is a great time to <a href="https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey">take the Annual WordPress Survey</a> and ask your friends to as well.</p>\n<p><a href="https://www.flickr.com/photos/143951935@N07/27492741871">Photo Credit</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:"4571";s: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:20:"WordPress 4.7 Beta 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:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2016/11/wordpress-4-7-beta-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Nov 2016 03:30: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:3:{i:0;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:1;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: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=4566";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.7 Beta 3 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.7, 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:15:"Helen Hou-Sandi";s: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:3120:"<p>WordPress 4.7 Beta 3 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.7, 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.7-beta3.zip">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">Beta 1</a> and <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/">Beta 2</a> blog posts, along with <a href="https://make.wordpress.org/core/tag/4-7+dev-notes/">in-depth field guides on make/core</a>. Some of the changes in Beta 3 include:</p>\n<ul>\n<li><strong>REST API:</strong> The <code>unfiltered_html</code> capability is now respected and <code>rest_base</code> has been added to response objects of <code>wp/v2/taxonomies</code> and <code>wp/v2/types</code>, while <code>get_allowed_query_vars()</code> and the <code>rest_get_post</code> filter have been removed.</li>\n<li><strong>Roles/Capabilities:</strong> Added meta-caps for comment, term, and user meta, which are currently only used in the REST API.</li>\n<li><strong>I18N:</strong> Added the ability to change user&#8217;s locale back to site&#8217;s locale. (<a href="https://core.trac.wordpress.org/ticket/38632">#38632</a>)</li>\n<li><strong>Custom CSS:</strong> Renamed the <code>unfiltered_css</code> meta capability to <code>edit_css</code> and added revisions support to the <code>custom_css</code> post type.</li>\n<li><strong>Edit shortcuts:</strong> Theme authors should take a look at <a href="https://make.wordpress.org/core/2016/11/10/visible-edit-shortcuts-in-the-customizer-preview/">the developer guide to the customizer preview&#8217;s visible edit shortcuts</a> and update their themes to take advantage of them if not already implementing selective refresh.</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39200&amp;stop_rev=39143&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=">over 50 changes</a> in the last week.</li>\n</ul>\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>Building the future</em><br />\n<em>A global community</em><br />\n<em>Stronger together</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:"4566";s: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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 4.7 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/2016/11/wordpress-4-7-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:"Fri, 04 Nov 2016 17:39:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;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:1;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: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=4552";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.7 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.7, 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:15:"Helen Hou-Sandi";s: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:4240:"<p>WordPress 4.7 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.7, 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.7-beta2.zip">download the beta here</a> (zip).</p>\n<p>Notable changes since WordPress 4.7 Beta 1:</p>\n<ul>\n<li><strong>Twenty Seventeen:</strong> The theme wasn&#8217;t being installed on upgrades &#8211; sorry about that! Now you should see it if you&#8217;re upgrading an existing site. There are also plenty of fixes, especially for the header and small screen views.</li>\n<li><strong>Edit shortcuts:</strong> These are always visible while editing (hide them on bigger screens by collapsing the controls) and should now work properly in Firefox. (<a href="https://core.trac.wordpress.org/ticket/27403">#27403</a> and <a href="https://core.trac.wordpress.org/ticket/38532">#38532</a>)</li>\n<li><strong>REST API endpoints:</strong> There have been a number of changes over the past week; your attention is requested on the following:\n<ul>\n<li>The <code>DELETE</code> response format has changed and may need to be accounted for. (<a href="https://core.trac.wordpress.org/ticket/38494">#38494</a>)</li>\n<li>Enabled querying by multiple post statuses. (<a href="https://core.trac.wordpress.org/ticket/38420">#38420</a>)</li>\n<li>Return an error when JSON decoding fails. (<a href="https://core.trac.wordpress.org/ticket/38547">#38547</a>)</li>\n</ul>\n</li>\n<li><strong>More developer notes</strong>\n<ul>\n<li><a href="https://make.wordpress.org/core/2016/10/28/fine-grained-capabilities-for-taxonomy-terms-in-4-7/">Fine grained capabilities for taxonomy terms</a></li>\n<li><a href="https://make.wordpress.org/core/2016/10/29/wp_taxonomy-in-4-7/"><code>WP_Taxonomy</code></a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/02/wp_list_sort-and-wp_list_util-in-4-7/"><code>wp_list_sort()</code> and <code>WP_List_Util</code></a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/">Post type templates</a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/new-post-type-labels-in-4-7/">New post type labels</a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/attributes-for-resource-hints-in-4-7/">Attributes for resource hints</a></li>\n</ul>\n</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39142&amp;stop_rev=38995&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=">almost 150 changes</a> in the last week.</li>\n</ul>\n<p>For more of what’s new in version 4.7, <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">check out the Beta 1 blog post</a>.</p>\n<p>If you want a more in-depth view of what major changes have made it into 4.7, <a href="https://make.wordpress.org/core/tag/4-7/">check out posts tagged with 4.7 on the main development blog</a>, or look at a <a href="https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=4.7&amp;group=component&amp;order=priority">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</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>Happy testing!</p>\n<p><em>Ya es la hora</em><br />\n<em> Time for another beta</em><br />\n请您帮下忙!</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:"4552";s: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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 4.7 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/2016/10/wordpress-4-7-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:"Fri, 28 Oct 2016 04:30:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;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:1;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: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=4535";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.7 Beta 1 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.7, 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:15:"Helen Hou-Sandi";s: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:6895:"<p>WordPress 4.7 Beta 1 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.7, 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.7-beta1.zip">download the beta here</a> (zip).</p>\n<p>WordPress 4.7 is slated for release on <a href="https://make.wordpress.org/core/4-7/">December 6</a>, but we need your help to get there. We&#8217;ve been working on a lot of things, many of them to make getting your site set up the way you want it much easier. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li><a href="http://2017.wordpress.net/"><strong>Twenty Seventeen</strong></a> &#8211; A brand new default theme brings your site to life with immersive featured images, video headers, and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.</li>\n<li><strong>Video Headers</strong> &#8211; Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.</li>\n<li><strong>Set up your site in one flow</strong> &#8211; From finding and installing themes right inside the customizer, to automatically staged theme-specific starter content, to clickable shortcuts that jump directly to editing an item from the preview pane, to adding pages while you&#8217;re building a nav menu or setting a static front page: getting a new site spun up and ready to share with a friend or a coworker is faster and easier than it&#8217;s ever been. Note: starter content appears when live previewing brand new sites and is currently only available in Twenty Seventeen. We&#8217;ll be expanding this to other bundled themes very soon, and perhaps to sites with existing content in future releases of WordPress.</li>\n<li><strong>Custom CSS with live previews</strong> &#8211; Ever needed to hide or tweak the look of something in your theme or from a plugin? Now you can do it with CSS and live preview the results while customizing your site. CSS can be a powerful tool; you may find that you won&#8217;t need the theme editor or child themes anymore.</li>\n<li><strong>User admin languages</strong> &#8211; Just because your site is in one language doesn&#8217;t mean that everybody helping manage it prefers that language for their admin. To try this out, you&#8217;ll need to have more than one language installed, which will make a user language option available in your profile.</li>\n<li><strong>PDF thumbnail previews</strong> &#8211; Uploading PDFs will now generate thumbnail images so you can more easily distinguish between all your documents.</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li><strong>REST API content endpoints</strong> &#8211; If you only test one thing as a developer, please test these. This phase is particularly helpful for people building plugins, themes, and in-admin interfaces. Can you build the things you need? Are these ready for release, and is the world ready for them? (<a href="https://core.trac.wordpress.org/ticket/38373">#38373</a>)</li>\n<li><strong><code>WP_Hook</code></strong> &#8211; The code that lies beneath actions and filters has been overhauled. You likely aren&#8217;t affected, but if you&#8217;ve done things to the <code>$wp_filter</code> global or experienced funky recursion bugs in the past, <a href="https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/">please take a moment to read the dev note</a> and test your code.</li>\n<li><a href="https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/"><strong>Custom bulk actions</strong></a> &#8211; List tables, now with more than bulk edit and delete.</li>\n<li>Expanded <a href="https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/"><strong>Settings Registration API</strong></a> via <code>register_setting()</code>.</li>\n<li>For theme developers: <strong>Post type templates</strong> (<a href="https://core.trac.wordpress.org/ticket/18375">#18375</a>)</li>\n<li><strong><a href="https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/">More goodies for theme developers!</a></strong></li>\n<li><strong>Locale switching</strong> (<a href="https://core.trac.wordpress.org/ticket/26511">#26511</a>)</li>\n<li><a href="https://make.wordpress.org/core/2016/10/11/comment-allowed-checks-in-wordpress-4-7/"><strong>Comment allowed checks</strong></a> have the potential for a back-compat break.</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.7, <a href="https://make.wordpress.org/core/tag/4-7/">check out posts tagged with 4.7 on the main development blog</a>, or look at a <a href="https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=4.7&amp;group=component&amp;order=priority">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</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>Happy testing, and please enjoy this extended haiku break, courtesy of <a href="https://profiles.wordpress.org/ramiabraham">Rami Abraham</a><em>.</em></p>\n<p><em>Exquisite endpoints</em><br />\n<em>Extol epic exabytes</em><br />\n<em>Enabling earthlings</em></p>\n<p><em>Careful interfaces</em><br />\n<em>Considerately conjured</em><br />\n<em>Customizer chic</em></p>\n<p><em>Ring in the new year</em><br />\n<em>With elegance and balance</em><br />\n<em>Twenty Seventeen</em></p>\n<p><em>Hooks hook healthily</em><br />\n<em>17817</em><br />\n<em>Sane iterations</em></p>\n<p><em>Admin in your tongue<br />\nOne site, many languages<br />\nWe all speak WordPress</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:"4535";s: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:"Wed, 01 Mar 2017 14:16:31 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:"Wed, 01 Feb 2017 15:58:56 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 (620284, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1488420991', 'no'); 
INSERT INTO `wp_options` VALUES (620285, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1488377791', 'no'); 
INSERT INTO `wp_options` VALUES (620286, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1488420991', 'no'); 
INSERT INTO `wp_options` VALUES (620287, '_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:48:"HeroPress: WordPress Opened Up a Whole New World";s:7:"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=1620";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://heropress.com/essays/wordpress-opened-whole-new-world/";s: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:10833:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/030117-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: If it hadn\'t been for WordPress, I would never have experience being part of an open-source community." /><h3>Before WordPress</h3>\n<p>Several years ago, I went through a tough time in my life. I lost my job and I was desperately in need of a career change. Because of the economic climate in Zimbabwe, I didn&#8217;t see many options, but I felt that IT held the most promising future.</p>\n<p>So I completed an A+ course and obtained a CCNA certification. Unfortunately, in Zimbabwe, skills and certifications were not enough to secure meaningful employment. Being a college drop-out, I didn&#8217;t have the required diploma or degree that employers were looking for.</p>\n<p>That&#8217;s when I enrolled in a diploma in management of information systems. In this course, there was a module called “Programming and Web Design”. I was introduced to HTML, CSS and Javascript, among other programming languages. But it was only an introduction… it wasn&#8217;t enough to be able to create my own website.</p>\n<p>After graduating, I studied online tutorials and learned how to create a website. That was the beginning of my personal website, franksweb.org, a static HTML website that I created from scratch.</p>\n<p>Not long after that, I was hired by an an online design and marketing firm that was looking for a web developer. To my surprise, I found that they only used content management systems (CMS) to create websites. No one was making static HTML websites!</p>\n<p>Joomla! was the preferred CMS at this company. It wasn&#8217;t until I was assigned to create a website for a local recording artist that I discovered WordPress. I was searching for templates that suited the client&#8217;s needs and discovered a template that just happened to be WordPress!</p>\n<p>I had heard of WordPress, even though they didn&#8217;t teach us about content management systems in my diploma course. All I knew was that WordPress was a free blogging service.</p>\n<blockquote><p>I had no idea how much more was possible using WordPress.</p></blockquote>\n<p>I soon discovered the numerous advantages of using WordPress over Joomla! (There&#8217;s a reason why 27% of the web uses WordPress, whereas Joomla! is used by only 3%!) Soon after, I re-designed franksweb.org using WordPress. So began my love affair with WordPress.</p>\n<h3>Freelancing</h3>\n<p>After having worked for my employer for a little over one and a half years, receiving a very small salary, the time came for me to move on. My employer had been failing to pay our salaries and owed me a lot of money in back pay (which has never been paid to me to this day). So I had no choice but to leave and I started freelancing.</p>\n<p>Since I started freelancing, all the websites I&#8217;ve created for my clients (except for one) have been WordPress sites. WordPress has empowered me to make a living from creating functional websites that are easy to manage for my clients.</p>\n<p>Here in Zimbabwe, very few web designers and web developers create static HTML websites. The majority use content management systems, and for good reason. Of course, the overwhelming majority are WordPress sites. This is just a testament to how WordPress makes our jobs easier and the potential to make money using WordPress.</p>\n<h3>The WordPress Community</h3>\n<p>One thing that we were taught in my diploma course was the importance of continuous professional development (CPD). That, and the fact that I had a genuine passion for all things WordPress, led me to soak up anything WordPress-related that I could get my hands on. I watched a lot of Morten Rand-Hendriksen&#8217;s tutorials on lynda.com to advance my skills. The WordPress.org website became a permanent tab on my desktop whenever you opened my web browser (my “WordPress Bible”). I also made sure the “WordPress News” box was always open in all my Dashboards so I could keep up with the latest in WordPress.</p>\n<p>One day I saw a <a href="https://wptavern.com/" target="_blank">WPTavern</a> article in my Dashboard calling for applications to participate in the first WordCamp incubator program. I was very interested since Zimbabwe had never had a WordCamp before. I didn’t know of anyone else in Harare who had the same desire but I applied anyway.</p>\n<p>More than a hundred cities applied so I honestly wasn’t expecting my application to be chosen, especially because of the challenges that my country is facing.</p>\n<blockquote><p>I was shocked when I got an email from Rocio Valdivia and Hugh Lashbrooke saying they wanted to interview me for the incubator program.</p></blockquote>\n<p>Later on, I received an email from Andrea Middleton saying my application to be a WordCamp organizer had been accepted! This was a very exciting time for me. It was now going to be possible to experience the things I had read about the WordPress Community here in Zimbabwe, too.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/meetup_at_CSZ-min.jpeg"><img class="size-large wp-image-1627" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/meetup_at_CSZ-min-1024x576.jpeg" alt="First meetup at the Computer Society of Zimbabwe, August 20, 2016" width="960" height="540" /></a>First meetup at the Computer Society of Zimbabwe, August 20, 2016\n<p>The first thing that I needed to do was start a monthly WordPress meetup group in Harare because there was no regular meetup that I was aware of, and therefore no real WordPress Community. It was a struggle but thanks to the guidance and support of WordCamp Central, and the support of the <a href="http://www.csz.org.zw/" target="_blank">Computer Society of Zimbabwe</a>, we were able to have meetups and the membership grew.</p>\n<blockquote><p>Months later, we hosted the very first WordCamp in Zimbabwe: WordCamp Harare 2016.</p></blockquote>\n<p>It was a success and much better than I thought it would be. Along with our monthly meetups, WordCamp did a lot to promote awareness of the WordPress Community. Since then, quite a number of local WordPress users have become active in the WordPress Community. I absolutely love hosting meetups and sharing knowledge about something which I am passionate about.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/wordcamp_at_harare_city_library-min.jpg"><img class="size-large wp-image-1628" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/wordcamp_at_harare_city_library-min-1024x678.jpg" alt="First WordCamp Harare at Harare City Library" width="960" height="636" /></a>First WordCamp Harare at Harare City Library\n<p>On a personal level, working with the WordPress Community opened up a world that I didn&#8217;t know existed within WordPress. I got to know so many amazing people and everyone has been helpful and kind. The WordPress Community is made up of people who are generous and willing to give their time and share knowledge with others. For me, it is very fulfilling to be able to give back to something which I have benefited from so much.</p>\n<p>One of the highlights of WordCamp for me was meeting Job Thomas and Herman Kok, two of our speakers who came from South Africa. They both work for <a href="https://automattic.com/" target="_blank">Automattic</a>, the company that owns WordPress.com, WooCommerce, Jetpack and other WordPress-related products. (Before I became active in the WordPress Community, I had no idea Automattic had an office in South Africa!) Talking to them, I got a strong sense that they were passionate, not only about what they do, but about sharing their knowledge and experience with others.</p>\n<p>I was encouraged and inspired to apply to work for Automattic. The position that I wish to apply for is called “Happiness Engineer”. Basically, your job is customer support. For me, this is a dream job: getting paid to do something that I have a passion for which is share my knowledge of WordPress with others. They say that if you find something that you love to do, you&#8217;ll never work another day in your life. So currently, I spend time helping other users in Automattic product forums in order to gain more direct experience before I apply.</p>\n<p>This past year has been an awesome journey for me. If it wasn&#8217;t for WordPress, I would never have experienced being part of an open-source community and the doors that have opened for me. There are so many awesome people that I never would have gotten to know. WordPress truly changed my life.</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 Opened Up a Whole New World" class="rtsocial-twitter-button" href="https://twitter.com/share?text=WordPress%20Opened%20Up%20a%20Whole%20New%20World&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-opened-whole-new-world%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 Opened Up a Whole New World" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-opened-whole-new-world%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-opened-whole-new-world%2F&title=WordPress+Opened+Up+a+Whole+New+World" rel="nofollow" target="_blank" title="Share: WordPress Opened Up a Whole New World"></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-opened-whole-new-world/&media=https://heropress.com/wp-content/uploads/2017/03/030117-150x150.jpg&description=WordPress Opened Up a Whole New World" rel="nofollow" target="_blank" title="Pin: WordPress Opened Up a Whole New World"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/wordpress-opened-whole-new-world/" title="WordPress Opened Up a Whole New World"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/wordpress-opened-whole-new-world/">WordPress Opened Up a Whole New World</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, 01 Mar 2017 12:00:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Thabo Tswana";s: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:91:"WPTavern: HackerOne Launches Free Community Edition for Non-Commercial Open Source Projects";s:7:"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=66592";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"https://wptavern.com/hackerone-launches-free-community-edition-for-non-commercial-open-source-projects";s: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:5076:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/hackerone-logo.png?ssl=1"><img /></a></p>\n<p><a href="https://www.hackerone.com" target="_blank">HackerOne</a>, the vulnerability coordination and bug bounty platform, has launched a new <a href="https://www.hackerone.com/product/community" target="_blank">Community Edition</a> for open source projects. The company is built around the notion that, &#8220;given enough eyeballs, all vulnerabilities are shallow.&#8221; HackerOne announced a <a href="https://www.hackerone.com/blog/The-best-security-initiative-you-can-take-in-2017" target="_blank">$40 million round of funding</a> earlier this month, which allows the company to expand its market and add new features to the platform.</p>\n<p>Open source projects are one area where HackerOne is expanding its reach. The company participates in the <a href="https://internetbugbounty.org/" target="_blank">Internet Bug Bounty</a> program, which helps secure core internet infrastructure and open source software, but HackerOne is now opening up its own platform.</p>\n<p>&#8220;One of the goals I have had in my work with HackerOne is to build an even closer bridge between HackerOne and the open source community,&#8221; community strategy consultant Jono Bacon said. Bacon <a href="http://www.jonobacon.org/2017/02/09/hackerone-professional-free-open-source-projects/" target="_blank">announced</a> the availability of HackerOne&#8217;s new <a href="https://www.hackerone.com/product/community" target="_blank">Community Edition</a>, which has not yet been formally announced but is already open for applicants.</p>\n<p>The Community Edition has all the same features as HackerOne&#8217;s Professional Edition, including vulnerability submission/coordination, duplicate detection, hacker reputation, analytics, and more. The only difference is that it doesn&#8217;t include paid customer support and program assistance. It also integrates with many popular issue tracking tools, such as JIRA, GitHub, Bugzilla, Zendesk, Track, and others.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/hackerone-community-edition.png?ssl=1"><img /></a></p>\n<p>Although the name &#8220;Community Edition&#8221; might suggest to some that it is self-hosted, HackerOne actually provides it as a SaaS offering with no setup or deployment required.</p>\n<p>Open source projects are eligible if they meet a few requirements:</p>\n<ul>\n<li>Must be open source projects covered by an <a href="https://opensource.org/licenses" target="_blank">OSI license</a></li>\n<li>Be active and at least 3 months old (age is defined by shipped releases/code contributions)</li>\n<li>Include a SECURITY.md in the project root that provides details for how to submit vulnerabilities (<a href="https://github.com/discourse/discourse/blob/master/docs/SECURITY.md" target="_blank">example</a>)</li>\n<li>Display a link to your HackerOne profile from either the primary or secondary navigation on the project&#8217;s website</li>\n<li>Maintain an initial response to new reports of less than a week</li>\n</ul>\n<p>WordPress doesn&#8217;t have its own listing in the HackerOne directory but <a href="https://hackerone.com/automattic" target="_blank">Automattic&#8217;s page</a> says the company also welcomes reports for WordPress, BuddyPress, and bbPress. Automattic has had 446 bugs resolved through its program on HackerOne, which it has maintained for the past three years. A handful of other WordPress-related projects are also listed in the directory, including the <a href="https://hackerone.com/wordpoints" target="_blank">WordPoints</a> plugin, <a href="https://hackerone.com/iandunn-projects" target="_blank">Ian Dunn&#8217;s projects</a>, and <a href="https://hackerone.com/flox" target="_blank">Flox</a>.</p>\n<p>Having a crowd-sourced security program in place is becoming more critical, as breeches are costing companies billions of dollars every year. The World Economic Forum&#8217;s <a href="http://www3.weforum.org/docs/GRR/WEF_GRR16.pdf" target="_blank">2016 Global Risks Report</a> estimated that &#8220;crimes in cyberspace cost the global economy an estimated $445 billion.&#8221;</p>\n<p>Not all organizations listed on HackerOne offer bug bounties, but bounties are a proven method of attracting security talent. Since HackerOne launched, its customers have resolved more than 37,000 vulnerabilities and have paid out more than $13 million in bug bounties. By the end of 2016, HackerOne&#8217;s community of hackers had grown to nearly 100,000.</p>\n<p>The new <a href="https://www.hackerone.com/product/community" target="_blank">Community Edition</a> gives smaller open source projects and organizations exposure to HackerOne&#8217;s network of thousands of security researchers and the tools for managing communication about vulnerabilities. Projects applying for the Community Edition must be non-commercial and able to run an effective security program. Applications are usually answered within one business week.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Mar 2017 04:56:16 +0000";s: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:57:"WPTavern: Freemius Launches Insights for 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=66740";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/freemius-launches-insights-for-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:8722:"<p>Freemius Insights <a href="https://freemius.com/blog/freemius-insights-wordpress-themes/">has announced</a> that its <a href="https://freemius.com/">analytics service</a> that was previously <a href="https://wptavern.com/freemius-insights-enables-plugin-developers-to-make-data-driven-decisions">only available to WordPress plugins</a> is now available for themes. The company was founded in 2015 by <a href="https://twitter.com/vovafeldman">Vova Feldman</a> and his team after discovering how much information is not available to developers who host plugins and themes on the official WordPress directories and marketplaces.</p>\n<img />Freemius Insights for Themes\n<p>Freemius Insights for themes gives developers an opportunity to collect a large variety of data, including, email addresses, PHP, plugin, WordPress version distribution, and more. When a user installs a theme that uses Freemius, an opt-in prompt is displayed that notifies them that data will be sent to Freemius.com to help improve the product. Selecting Skip prevents data from reaching Freemius.com.</p>\n<img />Freemius Opt-in Prompt\n<p>Feldman says that he and his team have worked closely with the <a href="https://make.wordpress.org/themes/">WordPress Theme Review Team</a> to ensure that Freemius Insights does not violate the theme directory <a href="https://make.wordpress.org/themes/handbook/review/required/">requirements.</a> One of the most informative features that Freemius Insights provides is the ability for users to provide feedback if they decide to switch to a different theme.</p>\n<p>When a user switches away from a product using Freemius, a prompt is shown with randomly displayed questions asking for feedback. These responses are saved and can be viewed at a later time in the Freemius dashboard. If a user switches themes because it doesn&#8217;t have a specific feature and it&#8217;s added at some point, a developer can go back and notify them that the feature exists.</p>\n<h2>Data Collection Leads to Description, Settings, and Documentation Improvements for FooBox</h2>\n<p>Adam Warner, Co-founder of <a href="https://fooplugins.com">FooPlugins.com</a>, added Freemius Insights to <a href="https://wordpress.org/plugins/foobox-image-lightbox/">FooBox</a>, an image lightbox plugin after noticing that other plugins were collecting opt-in usage data. His team realized they needed the data but didn&#8217;t have the resources to build a custom solution in a reasonable amount of time.</p>\n<p>Warner shares what he discovered with the data collected by Freemius. &#8220;Install, uninstall, deactivation, and feedback data is some of the most important data we&#8217;ve obtained,&#8221; he responded.</p>\n<p>&#8220;Not long after we discovered that of those who deactivated the plugin, the two top reasons were &#8216;expected something else&#8217; and &#8216;didn&#8217;t understand how it works.&#8217; That is valuable insight that we might not have had otherwise and allowed us to revamp our plugin description on .org and in the plugin settings.&#8221;</p>\n<p>One of the main reasons for collecting data is to improve the product. Based on the data collected, improvements to FooBox were geared towards documentation and the plugin&#8217;s settings pages, &#8220;After learning from the insights that Freemius provided us, we wrote longer explanations of various settings and what they do, as well as putting in links to documentation and video walkthroughs,&#8221; he said.</p>\n<h2>Freemius Usage Data Ramps Up Priority for NextGEN Gallery Wizard</h2>\n<p>NextGEN Gallery is Freemius&#8217; most popular plugin tracked so I asked Erick Danzer, Founder and CEO of Imagely, makers of NextGEN Gallery, what his team has learned and if any improvements are a direct result of the data collected.</p>\n<p>Since adding Freemius to NextGEN Gallery, the opt-in form has been exposed to about 200K new users. Out of these, 37.5% or 75K users have opted to submit data.</p>\n<p>&#8220;We&#8217;ve learned that 21% of users deactivate or uninstall the plugin entirely,&#8221; Danzer said. &#8220;Conversely, that means we have about a 79% retention rate. It&#8217;s hard to know how that compares to the WordPress ecosystem as a whole, but our sense is that retention rate is not bad (even if we&#8217;d like it to be better). I&#8217;d love to see comparative data across other plugins at some point.&#8221;</p>\n<p>Of those who uninstall the plugin, 20% which is the largest share, do so because they don&#8217;t understand how it works, &#8220;This wasn&#8217;t a surprise. We know that NextGEN Gallery is powerful and thus overwhelming to some users,&#8221; Danzer said. &#8220;But this is the first time we&#8217;ve been able to put actual numbers on that behavior.&#8221;</p>\n<p>Some of the biggest improvements to NextGEN Gallery that are a result of the data that&#8217;s been collected deal with the user interface. &#8220;We now know that 21% of users uninstall and that the biggest reason is too much complexity getting started,&#8221; Danzer said. &#8220;That tells us that if we want to improve our retention rate, we need to make it easier to start.&#8221;</p>\n<p>&#8220;To that end, we&#8217;ve done two things. First, we just released a start-up Gallery Wizard late last fall that walks new users through the process of setting up their first gallery. Second, we&#8217;re about 70% done with an overhaul of the interface to simplify the presentation of options. These are both things we probably would have done anyways, but we upped their priority based on Freemius data.&#8221;</p>\n<h2>Data From Freemius Insights Points to a Common Dead-end With Plugins</h2>\n<p>For more than a year, Freemius Insights has been collecting mountains of data for plugins. Feldman was gracious enough to supply the Tavern with some interesting data. There are more than 750 developers registered to the site and more than 400K users have opted-in to usage tracking. <a href="https://wordpress.org/plugins/nextgen-gallery/">NextGEN Gallery</a> is the service&#8217;s most popular tracked plugin active on more than 1.5M sites.</p>\n<p>Out of the plugins tracked, there have been 114K feedback responses on why users deactivated a plugin. The top five reasons plugins were deactivated are:</p>\n<ul>\n<ul>\n<li>23% Expected something else / didn&#8217;t work as expected</li>\n<li>21% Didn&#8217;t understand how it works</li>\n<li>20% No longer needed</li>\n<li>13% Found a better alternative</li>\n<li>6% Didn’t work</li>\n</ul>\n</ul>\n<p>The most interesting aspect of this data is the second most popular reason why users deactivate a plugin. When users activate a plugin, many don&#8217;t know what the next step is. It could be searching for a link to the settings page or not doing anything at all. Most of the time, users have no idea because the plugin doesn&#8217;t tell them.</p>\n<p><a href="https://wordpress.org/plugins/woocommerce/">WooCommerce</a> is a good example of a plugin that bucks this trend with an <a href="https://docs.woocommerce.com/document/woocommerce-onboarding-wizard/">onboarding wizard</a> that when completed, puts users in a place where they can immediately start selling products.</p>\n<img />WooCommerce Onboarding Wizard\n<p>Not every plugin is as complex as WooCommerce and doesn&#8217;t need a onboarding wizard. For these use cases, developers might consider using <a href="https://code.tutsplus.com/articles/integrating-with-wordpress-ui-admin-pointers--wp-26853">Admin Pointers</a>, a feature that was added in WordPress 3.3. With Admin Pointers you can inform users about a new feature or provide further instructions after a plugin is activated.</p>\n<p>Insights for Themes is free for non-commercial themes however, only two weeks of historical aggregated metrics and the 100 most recent user emails will be collected. In exchange for aggregating the data, Freemius asks that a symbolic attribution that &#8216;freemius&#8217; is a contributor be added to the theme&#8217;s readme.txt file. No email exports or webhooks are included with the free plan.</p>\n<p>Freemius is an example of a service that is filling a huge void of nonexistent data from WordPress.org for plugin and theme authors. A void that <a href="https://wptavern.com/solving-the-mystery-of-how-people-actually-use-wordpress">doesn&#8217;t appear likely</a> to be filled anytime soon. As noted above, the data that is collected, especially direct feedback from users, has surfaced issues that may not have otherwise been discovered.</p>\n<p>If you use Freemius Insights in your plugins or themes, please tell us about your experience and what you&#8217;ve learned from the collected data.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 28 Feb 2017 22:43:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:85:"WPTavern: Amazon S3 Outage Hits WordPress Businesses, Disrupting Services and Support";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=66751";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"https://wptavern.com/amazon-s3-outage-hits-wordpress-businesses-disrupting-service-and-support";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5853:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/Amazon_Web_Services_logo_AWS.jpg?ssl=1"><img /></a></p>\n<p>Amazon is currently experiencing &#8220;high error rates with S3 in US-EAST-1,&#8221; causing a massive outage for sites, apps, and services across the web. The <a href="https://status.aws.amazon.com/" target="_blank">AWS service health dashboard</a> was also temporarily affected by the outage. Amazon says it is working at repairing S3 and that they believe they have identified the root cause.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr"><a href="https://twitter.com/awscloud">@awscloud</a> Care to share the architecture of this status page as an anti-pattern?</p>\n<p>&mdash; Thorben Heins (@thorbenheins) <a href="https://twitter.com/thorbenheins/status/836657580382502912">February 28, 2017</a></p></blockquote>\n<p></p>\n<p>The outage is affecting many popular sites, such as Quora, Netflix, Splitwise, Business Insider, Giphy, Trello, IFTTT, many publishers&#8217; image hosting, filesharing in Slack, and the Docker Registry Hub.</p>\n<p>WordPress businesses are also currently affected, especially those that host customer downloads. WooCommerce customers are currently unable to access downloads they purchased. Similarly Envato customers are having difficulty accessing downloads and content.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Yes, we are affected by <a href="https://twitter.com/hashtag/AWS?src=hash">#AWS</a> <a href="https://twitter.com/hashtag/S3?src=hash">#S3</a> outage too. S3 is having a snag right now&#8230;. Quora, Slack, Envato and millions more are suffering&#8230;</p>\n<p>&mdash; WPBakery (@wpbakery) <a href="https://twitter.com/wpbakery/status/836663834437955584">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">We\'re aware of issues with functionality of the <a href="https://t.co/dGuVluPt9A">https://t.co/dGuVluPt9A</a> site, such as My Downloads. This is related to the <a href="https://twitter.com/awscloud">@awscloud</a> outage</p>\n<p>&mdash; WooCommerce (@WooCommerce) <a href="https://twitter.com/WooCommerce/status/836663491805216768">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Amazon S3 has identified high error rate issue that\'s impacting the Envato Market specifically our downloads and content. We are monitoring!</p>\n<p>&mdash; Envato Help (@envato_help) <a href="https://twitter.com/envato_help/status/836653583428771840">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Downloading and updating our premium plugins is possible again, after a short downtime due to problems at S3. Sorry for the inconvenience!</p>\n<p>&mdash; Yoast (@yoast) <a href="https://twitter.com/yoast/status/836684468513558529">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Due to the AWS outage, we are experiencing problems with sales, support, and development.  Please accept our apologies&#8230;we\'ll be back soon!</p>\n<p>&mdash; WP Ninjas, LLC (@wpninjas) <a href="https://twitter.com/wpninjas/status/836662320088539136">February 28, 2017</a></p></blockquote>\n<p></p>\n<p>Joost de Valk, CEO and founder of <a href="https://yoast.com/" target="_blank">Yoast</a>, said the company experienced minor effects from the outage but has already been planning on switching from S3 to a new storage provider.</p>\n<p>“The outage doesn’t seem to have affected our revenue much,&#8221; de Valk said. &#8220;It was slightly annoying and led to some images not working and people not being able to download their plugins for a while, which is always a shame. However, not directly related to this, we’re already looking at ditching S3. That&#8217;s because our new hosting setup at SiteGround combined with CDN from MaxCDN actually negates the need for S3 entirely.&#8221;</p>\n<p>Other companies that have AWS integrated into their support services experienced more disruption due to customers not being able to receive help.</p>\n<p>&#8220;Obviously our website is hosted using AWS technology through Pagely,&#8221; <a href="http://wpninjas.com/" target="_blank">WP Ninjas</a> co-founder James Laws said. &#8220;I’m not sure how they’ve been affected directly, but we have noticed intermittent downtime. Perhaps the biggest impact is that our support service is built on AWS and with it down we are completely unable to provide any support to our users.&#8221;</p>\n<p>Laws said the company has had fairly decent uptime with AWS in the past and that the idea of switching services because of an outage would not be worth the effort.</p>\n<p>&#8220;The truth is that 100% uptime is more a fantasy than anything,&#8221; Laws said. &#8220;The idea of having to move a website or change a support system temporarily or even permanently for a short period of downtime would be pretty daunting. You probably could create contingency plans for something like this, but the technical and administrative costs are not generally worth it in my opinion.&#8221;</p>\n<p>The outage serves as a painful reminder of how dependent the web is on cloud storage providers and how few services have a backup plan for instances like these.</p>\n<p>At 12:52 PM PST Amazon released an update, promising improvements for customers within the hour: &#8220;We are seeing recovery for S3 object retrievals, listing and deletions. We continue to work on recovery for adding new objects to S3 and expect to start seeing improved error rates within the hour.&#8221; The ability to retrieve, list, and delete was fully recovered within half an hour and Amazon continues to work on fixing the ability to add new objects to S3.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 28 Feb 2017 21:54: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: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:42:"Donncha: Coming up in WP Super Cache 1.5.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:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://odd.blog/?p=89500157";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://odd.blog/2017/02/28/coming-up-in-wp-super-cache-1-5-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5618:"<p>The next version of WP Super Cache will be one with some big changes! There are many small bug fixes and improvements but the one I&#8217;m most excited about is moving the legacy cache files into the supercache directory.</p>\n<p>The legacy cache files were the files created by the old WP-Cache plugin upon which this plugin is based. They&#8217;re really useful as they store the headers sent from the server as well as the page contents. If you&#8217;re serving pages that aren&#8217;t regular html, such as JSON or XML you don&#8217;t want to tell the browser they&#8217;re text/html documents. This caching method is also used for anyone who is logged into your site, or left a comment.<br />\nThere is a problem however. They&#8217;re stored in one directory. If you have many thousands of visitors interacting with your site you may end up with a directory containing thousands of files. The names of the cache files are a hash of the URL, gzip support and browser cookies so one file can match one user, or one file can be used by thousands of anonymous users. In the event that someone left a comment on a popular post the plugin has to search through all those files looking for the pages cached for other users who were also looking at that page. On a busy server that can cause problems.</p>\n<p>So, in <a href="https://github.com/Automattic/wp-super-cache/pull/177">#177</a> I added code that moves the legacy cache files into the supercache directory. That means the files are stored in directories that reflect the URL of the page that was served which makes it very easy to delete the cached files belonging to that page as they&#8217;re all in the same directory!</p>\n<p>The new code will look in the old location for legacy files first as some sites will have a large collection of cached files, but any new cache files will be created in the supercache directory.</p>\n<p>Ian Dunn <a href="https://github.com/Automattic/wp-super-cache/pull/121">submitted code</a> to cache the REST API. It&#8217;s not yet complete but we&#8217;ll be able to build on the changes to the legacy cache to make caching the API more efficient than it would have been before.</p>\n<p>I really need people to help test this. The latest code is running on this site so I&#8217;m very confident in how well it works but just because it works on my odd little server doesn&#8217;t mean it will work right everywhere. If you want to give it a spin, visit <a href="https://github.com/Automattic/wp-super-cache">the plugin Github repository</a> and click on the &#8220;Clone or download&#8221; button. If you don&#8217;t know how to clone a Git respository just grab the zip file and install it on your server, overwriting the files in the plugins/wp-super-cache/ directory. If the changes to where cache files go doesn&#8217;t interest you, some of the changes in this list might:</p>\n<ul>\n<li><a href="https://github.com/Automattic/wp-super-cache/commit/b654bcf6d75655e386f22c2fcbad19272b0d75cd">Don’t output broken warning in robots.txt</li>\n<li><a href="https://github.com/Automattic/wp-super-cache/commit/8b63d5d97f246ba4d442e7b5d32a4d08fce4fd22">Use get_home_url() instead of siteurl because some sites have different homepages</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/176">Remove most calls to get_all_supercache_filenames()</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/145">Fix bottom border in admin</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/199">Use plugins_url() so https links work</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/55">Preload from the newest post</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/101">Stop caching of wp-admin visits sooner</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/177">Store legacy cache files in the supercache directories</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/100">Make the headers more informative to tell how a page was served</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/90">Properly serve 304 requests</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/188">Apply realpath to filenames because of Windows oddities</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/127">Don&#8217;t flush(), output buffers don&#8217;t like it</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/194">Add more file checks around wp_cache_rebuild_or_delete()</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/191">If HTTP_HOST is not defined then disable caching</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/190">Only show html comments on html pages</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/issues/184">Fix caching of mobile requests</a></li>\n<li><a href="https://github.com/Automattic/wp-super-cache/pull/61">Clear the cache for private posts</a></li>\n</ul>\n\n<p><strong>Related Posts</strong><ul><li> <a href="https://odd.blog/2008/10/24/wp-super-cache-084-the-garbage-collector/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.4, the garbage collector">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href="https://odd.blog/2009/01/09/wp-super-cache-087/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.7">WP Super Cache 0.8.7</a></li><li> <a href="https://odd.blog/2010/02/08/wp-super-cache-099/" rel="bookmark" title="Permanent Link: WP Super Cache 0.9.9">WP Super Cache 0.9.9</a></li></ul></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, 28 Feb 2017 15:05: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:7:"Donncha";s: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:70:"WPTavern: NextGEN Gallery Patches Critical SQL Injection Vulnerability";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=66611";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/nextgen-gallery-patches-critical-sql-injection-vulnerability";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2804:"<p><a href="https://blog.sucuri.net/author/slavco/">Slavco Mihajloski</a>, security researcher at <a href="https://sucuri.net/">Sucuri</a>, <a href="https://blog.sucuri.net/2017/02/sql-injection-vulnerability-nextgen-gallery-wordpress.html">has discovered</a> a critical SQL injection vulnerability in <a href="https://wordpress.org/plugins/nextgen-gallery/">NextGEN Gallery</a>, a popular WordPress plugin that&#8217;s active on more than a million sites.</p>\n<p>Mihajloski gives the vulnerability a 9 out of 10 on Sucuri&#8217;s DREAD scale. Dread stands for Damage, Reproducibility, Exploitability, Affected Users, and Discoverability.</p>\n<p>Each category receives a score between 0 and 10. The <a href="https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html">DREAD score</a> is obtained by adding the totals from each category and then dividing by five. The higher the score, the more severe the vulnerability.</p>\n<p>The SQL injection vulnerability affects NextGEN Gallery versions 2.1.77 and below. Version 2.1.79 is patched and was released four days ago. Those who use NextGEN basic tagcloud gallery or allow visitors to submit posts to be reviewed by contributors are especially at risk.</p>\n<p>&#8220;This vulnerability allows an unauthenticated user to grab data from the victim’s website database, including sensitive user information,&#8221; Mihajloski said.</p>\n<p>&#8220;This issue existed because NextGEN Gallery allowed improperly sanitized user input in a WordPress prepared SQL query, which is basically the same as adding user input inside a raw SQL query. Using this attack vector, an attacker could leak hashed passwords and WordPress secret keys, in certain configurations.&#8221;</p>\n<p>Although 2.1.79 patches the vulnerability, the <a href="https://wordpress.org/plugins/nextgen-gallery/changelog/">plugin&#8217;s changelog</a> doesn&#8217;t indicate a critical security issue was fixed. Eric Danzer, Founder and CEO of Imagely, makers of NextGEN Gallery, <a href="https://twitter.com/ErickDanzer/status/836315264002232321">explained on Twitter</a> why it&#8217;s not mentioned in the changelog.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr"><a href="https://twitter.com/perezbox">@perezbox</a> <a href="https://twitter.com/jeffr0">@jeffr0</a> We just wanted updates underway before drawing attention. We\'ll update changelog for accuracy in a subsequent release.</p>\n<p>&mdash; Erick Danzer (@ErickDanzer) <a href="https://twitter.com/ErickDanzer/status/836315264002232321">February 27, 2017</a></p></blockquote>\n<p></p>\n<p>Users are strongly encouraged to update <a href="https://wordpress.org/plugins/nextgen-gallery/">NextGEN Gallery</a> to version 2.1.79 as soon as possible.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Feb 2017 23:05: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:"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: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:121:"WPTavern: Linus Torvalds Shares Lessons from 25 Years of Open Source Project Maintainership, Decries Tech Innovation Hype";s:7:"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=66408";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:131:"https://wptavern.com/linus-torvalds-shares-lessons-from-25-years-of-open-source-project-maintainership-decries-tech-innovation-hype";s: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:6230:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/linus-torvalds-open-source-summit.png?ssl=1"><img /></a></p>\n<p>Linux creator Linus Torvalds joined Jim Zemlin, executive director of the Linux Foundation, on stage at the <a href="http://events.linuxfoundation.org/events/open-source-leadership-summit" target="_blank">Open Source Leadership Summit</a> for a candid conversation on maintaining open source projects. After 25 years of maintaining the Linux kernal, Torvalds has developed a network of trust that enables the project to iterate quickly with its 2.5 month release cycle.</p>\n<p>The current pace of Linux development sees 10K lines of code added, 8K lines subtracted, and 1800 lines modified every single day. Torvalds described how Linux contributors learned to modularize the code and development model so they can accomplish more in parallel, while working independently. He used to read through all the patches but quickly found himself becoming a bottleneck to progress. Ensuring code quality on the project is no longer about micromanaging all the patches but about finding the people Torvalds can trust.</p>\n<p>&#8220;We have a very strong network and that&#8217;s why we can have 1,000 people involved in every release,&#8221; Torvalds said. &#8220;There&#8217;s this whole human potential there that we use very extensively to make sure the process works. And it&#8217;s taken 25 years to get to where we are on a process level, too.&#8221;</p>\n<p>Torvalds described how the project revolves around individual contributors building a trusted reputation with maintainers and how one moves from casual contributor status to become part of the network of trust.</p>\n<p>&#8220;When people move between companies, the trust does not stay with the company,&#8221; Torvalds said. &#8220;The trust stays with the person. Obviously people do not stay around forever. People come and go. One of the reasons people sometimes think it&#8217;s hard to get into the kernel, is because you think you can just come in and shoot off a patch and go away, but that&#8217;s not how it works. What really takes time is to shoot off a lot of small patches until you reach the point where the maintainers trust you and at that point you have become something more than the guy who sends patches. You&#8217;ve become part of the whole network of trust.&#8221;</p>\n<p>Increasing levels of trust among contributors allows maintainers to oversee a rapid pace of development. Ten years ago, when Torvalds wanted to move an 8-week release schedule, he said everyone knew he was pushing for something unrealistically short. They have been cranking out releases every 2.5 months since then and Torvalds said it &#8220;solved so many things we didn&#8217;t even know needed to be solved.&#8221; Linux maintainers found their way to a successful development model by experimenting until it clicked.</p>\n<p>&#8220;If you want to do something new, something that is really pushing the envelope, nobody can really say &#8216;This is the way to do it,\'&#8221; Torvalds said. &#8220;What you need to do is a lot of trial and error. I often compare software development to biological processes where really it is evolution. It is not intelligent design. I&#8217;m there in the middle of the thing and I can tell you, it is absolutely not intelligent design. You have a lot of people with ideas of where things need to go and then you need to have a marketplace where you can try them out. And that&#8217;s what open source allows &#8211; all these different groups to go off, do their own thing, and then come back and say I did this, and it actually worked.&#8221;</p>\n<p>Zemlin asked him if he ever experienced an &#8220;a-ha moment&#8221; where he realized that Linux was much bigger than what he thought he started. Torvalds said that although a couple of moments have taken him by surprise, the biggest moment was six months after releasing it when it went past being a personal project. He suddenly didn&#8217;t even know the people sending him patches. Twenty five years later, it&#8217;s the people doing the work who still inspire him.</p>\n<p>&#8220;I&#8217;m a huge believer in the 99% perspiration, 1% inspiration thing,&#8221; Torvalds said. &#8220;The innovation that this industry talks about so much is bullshit. Anybody can innovate. Don&#8217;t do this big, &#8216;Think different&#8217; innovation thing. Screw that; it&#8217;s meaningless. 99% of it is &#8216;Get the work done.&#8217; That&#8217;s my least favorite part of the technology news cycle: the constant innovation and new ideas, &#8216;<em>This will revolutionize</em>,&#8217; all that hype &#8211; that&#8217;s not where the real work is. The real work is in the details.&#8221;</p>\n<p>Not all open source projects could be successful with the same model and leadership that Torvalds has brought to Linux development, but the kernel is arguably one of the most active and successful GPL-licensed projects. Zemlin noted that nearly 900 organizations participate in all the different Linux Foundation programs, creating code in almost every aspect of computing from mobile phones to cars to home appliances. It wouldn&#8217;t be possible without Torvalds&#8217; laser focus on continuing the work he started.</p>\n<p>&#8220;I&#8217;m obviously one of those people who likes to concentrate on one project,&#8221; Torvalds said. &#8220;I don&#8217;t like flitting from one idea to another. You need the people who just flutter about and come up with ideas, but they&#8217;re not the really useful ones. They end up being the ones who maybe give the ideas to the ones doing the work. What anybody should take away from this talk &#8211; the people who actually do the work are the ones you should really listen to. These days I don&#8217;t actually do the work anymore &#8211; I merge other people&#8217;s work. But I would like conferences, too, to be less about the visionary innovation thing and more about the day-to-day what are my problems and how do I want to solve them.&#8221;</p>\n<p>Check out the video below to watch the full session with Linus Torvalds and Jim Zemlin:</p>\n<div class="embed-wrap"></div>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Feb 2017 20:15:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"WPTavern: Learn How to Find and Exploit XSS Vulnerabilities with Google’s XSS Game";s:7:"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=66571";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/learn-how-to-find-and-exploit-xss-vulnerabilities-with-googles-xss-game";s: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:3105:"<p>In 2016, Acunetix, a UK-based security firm, found that <a href="http://www.acunetix.com/blog/articles/33-websites-webapps-vulnerable-xss/" target="_blank">33% of websites and web apps are vulnerable to XSS</a>. This number is down 5% from the company&#8217;s findings for the previous year, but it&#8217;s still one of the most common vulnerabilities. In fact, every WordPress security release for the past year has included patches for <a href="https://en.wikipedia.org/wiki/Cross-site_scripting" target="_blank">cross-site scripting</a> (XSS) vulnerabilities, including 4.5.2, 4.5.3, 4.6.1, 4.7.1, 4.7.2, and many other previous releases.</p>\n<p>Google has created a fun and educational <a href="https://xss-game.appspot.com/" target="_blank">XSS game</a> that teaches new bug hunters how to find and exploit XSS vulnerabilities. Each challenge teaches students how to inject a script to pop up an alert() within the training application. The first few levels are fairly easy and it gets progressively more difficult.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/xss-game-level-1.png?ssl=1"><img /></a></p>\n<p>It was designed for developers who work on web apps but do not specialize in security. Google&#8217;s goal with the game is to help developers get better at recognizing the vulnerabilities in their own code:</p>\n<blockquote><p>This security game consists of several levels resembling real-world applications which are vulnerable to XSS &#8211; your task will be to find the problem and attack the apps, similar to what an evil hacker might do. </p>\n<p>XSS bugs are common because they have a nasty habit of popping up wherever a webapp deals with untrusted input. Our motivation is to highlight common coding patterns which lead to XSS to help you spot them in your code.</p></blockquote>\n<p>The intro to the game tempts new recruits to hone their skills with promises to pay mercenaries up to <a href="https://www.google.com/about/appsecurity/reward-program/index.html#rewards" target="_blank">$7,500 for discovering XSS bugs</a> in the Google&#8217;s most sensitive products. It gives a nice introduction to common attack vectors for XSS vulnerabilities and congratulates winners with a cake and a <a href="http://Google\'s application security resource" target="_blank">link to more in-depth XSS documentation</a> from Google&#8217;s collection of application security resources.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/xss-game-cake-complete.png?ssl=1"><img /></a></p>\n<p>The <a href="https://xss-game.appspot.com/" target="_blank">XSS game</a> has been around for a few years and provides a fun way to start your XSS learning if you have a few minutes over the weekend. With the constant stream of security updates for WordPress core, plugins, and themes, it&#8217;s good to get a basic understanding of what many of these patches are for. After a little bit of study and practice, you may be able to find XSS vulnerabilities in applications and help make the internet more secure.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 25 Feb 2017 19:31: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: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:63:"Post Status: Running a successful regional agency, with Ben May";s:7:"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=34480";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://poststatus.com/running-successful-regional-agency-ben-may/";s: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:1736:"<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.</p>\n<p><span>In this episode, Brian interviews Ben May to talk about running <a href="https://thecode.co/">The Code Company</a>, a semi-remote agency based in Queensland, Australia. The Code Company works primarily with long term clients and repeat work, and they’ve grown from just Ben to a team of 11 almost entirely by referrals for new customers.</span></p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href="https://audio.simplecast.com/61169.mp3">https://audio.simplecast.com/61169.mp3</a><br />\n<a href="https://audio.simplecast.com/61169.mp3">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href="https://thecode.co/">The Code Company</a></li>\n</ul>\n<h3>Sponsor: WooCommerce</h3>\n<p><span>This episode of the Draft podcast is sponsored by <a href="https://woocommerce.com/">WooCommerce</a>. WooCommerce makes the most widely used eCommerce platform on the web, and has the power and flexibility you need to power your store. For more information on how to run your store with WordPress and WooCommerce, check out <a href="https://woocommerce.com/">their website</a> and thank you to WooCommerce for being a Post Status partner. </span></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 25 Feb 2017 18:41:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:71:"WPTavern: FOSSA Raises $2.2M to Automate Open Source License Compliance";s:7:"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=66487";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/fossa-raises-2-2m-to-automate-open-source-license-compliance";s: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:4631:"<p>Kevin Wang and his team at <a href="http://fossa.io/" target="_blank">FOSSA</a> have carved out a niche for themselves in the open source product space with the launch of their license compliance and dependency analysis tool. The company <a href="https://medium.com/fossa/announcing-fossa-public-beta-funding-8cf56cf8ebc6#.3titvmvwe" target="_blank">announced a $2.2 million seed round</a> this week after completing a year-long private beta period with Fortune 500 companies. FOSSA continuously scans dependencies and offers reports at each commit to help companies meet the legal obligations of compliance as they are incorporating open source libraries.</p>\n<p>The <a href="http://fossa.io/pricing/" target="_blank">public beta</a> is now free and open to anyone, offering support for up to 5 public/private repos and scanning three levels deep with open source reports. A $499/repo per month commercial option is also available with unlimited scan depth and customizable open source reports.</p>\n<p>&#8220;It’s mind-boggling that in 2017, software companies don’t really know what’s in their code,&#8221; Wang said. &#8220;90% of it now comes from third parties like open source (OSS) codebases. Although it sounds trivial, it’s actually really difficult to keep track of what your developers use. Most of this code isn’t explicitly included — instead it’s brought in automatically by complex tool behavior or one of the million ways developers <a href="https://medium.com/fossa/you-cant-get-around-code-scanning-if-you-care-about-open-source-licenses-2db1fde43fb5#.pb9mtykaf" target="_blank">casually share code</a>.&#8221;</p>\n<p>FOSSA can detect license and policy violations and unlicensed dependencies before an expensive mistake is fully integrated into a project. The real-time feedback forces developers to consider how they are using the libraries they are building into their software.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/fossa-example.jpeg?ssl=1"><img /></a></p>\n<p>Competitors like <a href="https://www.whitesourcesoftware.com/" target="_blank">WhiteSource</a> and <a href="https://www.blackducksoftware.com" target="_blank">Black Duck Software</a>, which offer open source risk management tools, detect and display licenses for components and dependencies for applications but seem more focused on bugs and vulnerability reporting. FOSSA is solely focused on OSS license compliance and automating disclosure and attribution.</p>\n<p>Compliance is becoming increasingly difficult as developers can easily execute a few commands and import dozens of npm modules that inherit licensing obligations from a myriad of different sources. Even governments and large companies with plenty of resources struggle to keep track of all the open source requirements of the software they are using.</p>\n<p>In 2013, <a href="https://www.techdirt.com/articles/20131018/13291924928/healthcaregov-violates-open-source-license.shtml" target="_blank">Healthcare.gov violated an open source license</a> when it used the DataTables jQuery plugin without the required attribution. Last year, <a href="http://venturebeat.com/2016/05/10/oracle-vs-google-in-9-billion-retrial-over-use-of-java-in-android/" target="_blank">Google was embroiled in a court battle with Oracle</a> over the use of Java in Android.</p>\n<p>A tool like FOSSA could have helped Wix catch its <a href="https://wptavern.com/wix-removes-gpl-licensed-wordpress-code-from-mobile-app-forks-original-mit-library" target="_blank">violation of the GPL in 2016</a> when the company used GPL-licensed code from the WordPress mobile app and distributed it in its proprietary app. FOSSA aims to catch licensing issues before they become expensive problems for developers to rework and lawyers to settle.</p>\n<p>A few years before beginning work on FOSSA, Wang built <a href="https://tldrlegal.com/" target="_blank">tl;drLegal</a>, a site that explains software licenses in plain English. The free resource received backing from the Open Source Initiative and has been used by more than a million developers. Wang said he &#8220;sees FOSSA as an attempt to tackle similar problems in a commercial scenario.&#8221;</p>\n<p>FOSSA will be expanding its pricing options later this year. At the moment, the free beta and the $499/month commercial options leave a gaping hole that excludes smaller organizations. Wang replied to pricing questions on ProductHunt, saying that they are targeting enterprise customers first but plan to introduce more options for small teams and individuals.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 25 Feb 2017 00:21:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:92:"WPTavern: Discourse Creates Encouragement Fund to Pay Contributors for Mission Critical Work";s:7:"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=66145";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/discourse-creates-encouragement-fund-to-pay-contributors-for-mission-critical-work";s: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:2486:"<p><a href="https://www.discourse.org">Discourse</a> is free, open-source discussion software created by Jeff Atwood in 2013.&nbsp;In addition to celebrating its fourth birthday, the team <a href="https://blog.discourse.org/2017/02/the-discourse-encouragement-fund/">announced</a> the Discourse Encouragement Fund. The fund allows the development team to pay contributors for critical work.</p>\n<p>In the course of a year, Discourse has paid 16 different developers a total of $17,000 to work on tasks. All of their work is open source and two of the contributors&nbsp;<a href="https://blog.discourse.org/2017/02/discourses-fourth-birthday/">joined the team</a> as full-time employees.</p>\n<p>Discourse&nbsp;shared its 7-step process for rewarding contributors and the one that&nbsp;sticks out to me is number four: &#8220;We choose who, what and when.&#8221;</p>\n<p>&#8220;At first we tried to put tasks &#8216;up for grabs&#8217;, but this method didn’t work too well,&#8221; Erlend Sogge Heggen, Community Advocate at Discourse said. &#8220;You end up with multiple takers and you have to pick one and let others down.&#8221;</p>\n<p>&#8220;Instead, we approach developers individually, one at a time. Since we’re an open source project we know fairly well who’s capable of what, so we’ll tap our top prospect, present the task and &#8216;bounty&#8217;, and get a yes or no.</p>\n<p>&#8220;If no, we move on to the next good prospect. If we run out of good prospects for a specific task, we’ll either do it ourselves or put it on hold.&#8221;</p>\n<p>Heggen says the program has worked well thus far and will continue indefinitely. &#8220;As much as we’d like to, we can’t put every one of our contributors on a steady payroll,&#8221; he said.</p>\n<p>&#8220;What we can do is remind them that the work they’re doing is valuable, in every sense of the word, and that there is money to be made from specializing in Discourse.&#8221;</p>\n<p>The program is funded by customers who purchase <a href="https://discourse.org/buy">hosting plans</a>, &#8220;The general idea is that paying customers help improve Discourse, both for themselves, and for the greater open source community at large,&#8221; Atwood said.</p>\n<p>Introducing money into an open source project can be <a href="http://david.heinemeierhansson.com/2013/the-perils-of-mixing-open-source-and-money.html">risky </a>but so far, Discourse has found a way to make it work.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Feb 2017 19:20: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"WPTavern: Cloudflare Memory Leak Exposes Private Data";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=66488";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wptavern.com/cloudflare-memory-leak-exposes-private-data";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5730:"<p><a href="https://www.cloudflare.com/">Cloudflare</a>, a content distribution network used by many popular sites, <a href="https://blog.cloudflare.com/incident-report-on-memory-leak-caused-by-cloudflare-parser-bug/">published detailed information</a> about a security vulnerability that leaked user information, some of which was private, including passwords, private messages, etc. The vulnerability was <a href="https://bugs.chromium.org/p/project-zero/issues/detail?id=1139#c19">discovered</a> by security researcher <a href="https://twitter.com/taviso">Tavis Ormandy,</a> a member of Google&#8217;s <a href="https://googleprojectzero.blogspot.co.uk/">Project Zero</a> team.</p>\n<p>The issue stems from a memory leak in an HTML parser named cf-html that was created to replace an older parser based on <a href="https://en.wikipedia.org/wiki/Ragel">Ragel.</a></p>\n<p>&#8220;It turned out that the underlying bug that caused the memory leak had been present in our Ragel-based parser for many years but no memory was leaked because of the way the internal NGINX buffers were used,&#8221; John Graham-Cumming, <span class="st">Chief Technology Officer at Cloudflare</span> said. &#8220;Introducing cf-html subtly changed the buffering which enabled the leakage even though there were no problems in cf-html itself.&#8221;</p>\n<p>The earliest date information was leaked was September 22nd, 2016 when <a href="https://support.cloudflare.com/hc/en-us/articles/227227647-How-do-I-use-Automatic-HTTPS-Rewrites-">Automatic HTTP Rewrites</a> were enabled. This was the first of three features introduced that used the parser. The other two are <a href="https://support.cloudflare.com/hc/en-us/articles/200170016-What-is-Email-Address-Obfuscation-">email obfuscation</a> and <a href="https://support.cloudflare.com/hc/en-us/articles/200170036-What-does-Server-Side-Excludes-SSE-do-">Server-side Excludes</a>.</p>\n<p>The greatest period of impact was between February 13th and February 17th. The leaked information ended up in publicly available cached webpages. Cloudflare worked with major search engine providers to have the cached pages scrubbed before publicly announcing details of the bug.</p>\n<p>&#8220;With the help of Google, Yahoo, Bing and others, we found 770 unique URIs that had been cached and which contained leaked memory,&#8221; Graham-Cumming said. &#8220;Those 770 unique URIs covered 161 unique domains. The leaked memory has been purged with the help of the search engines. We also undertook other search expeditions looking for potentially leaked information on sites like Pastebin and did not find anything.&#8221;</p>\n<h2>1Password is Not Affected</h2>\n<p>Earlier reports indicated that 1Password was among the sites affected. Jeffrey Goldberg, a 1Password employee, <a href="https://blog.agilebits.com/2017/02/23/three-layers-of-encryption-keeps-you-safe-when-ssltls-fails/">assured users</a> that the Cloudflare data leak does not affect 1Password.</p>\n<p>&#8220;At the moment, we want to assure and remind everyone that we designed 1Password with the expectation that SSL/TLS can fail,&#8221; Goldberg said. &#8220;Indeed it is for incidents like this that we deliberately made this design.&#8221;</p>\n<p>&#8220;No secrets are transmitted between 1Password clients and 1Password.com when you sign in and use the service. Our sign-in uses <a href="https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol">SRP</a>, which means that server and client prove their identity to each other without transmitting any secrets. This means that users of 1Password do not need to change their Master Passwords.&#8221;</p>\n<h2>Change Your Passwords</h2>\n<p><a href="https://twitter.com/thesquashsh">Nick Sweeting</a> has used a number of web scrapers to compile a list of sites that use Cloudflare. The list is available on <a href="https://github.com/pirate/sites-using-cloudflare">GitHub</a> and currently contains 4,287,625 domains that are possibly affected. Popular domains in the list include:</p>\n<ul>\n<li>authy.com</li>\n<li>coinbase.com</li>\n<li>digitalocean.com</li>\n<li>patreon.com</li>\n<li>bitpay.com</li>\n<li>news.ycombinator.com</li>\n<li>producthunt.com</li>\n<li>medium.com</li>\n<li>4chan.org</li>\n<li>yelp.com</li>\n<li>okcupid.com</li>\n</ul>\n<p>The bug also affects mobile apps as HTTP header data for apps such as Discord, FitBit, and Uber have been discovered in search engine caches. NowSecure <a href="https://www.nowsecure.com/blog/2017/02/23/cloudflare-cloudbleed-bugs-impact-mobile-apps/">published a list</a> that includes 200 iOS apps that use Cloudflare services.</p>\n<p>Users are strongly encouraged to change their passwords regardless if a site uses Cloudflare or not. Those who use Cloudflare should generate new API keys and consider forcing a password change to users.</p>\n<p>Two factor authentication should be enabled where possible so that the password is not the only credential needed to access an account. Mobile users should log out of mobile applications and log back in to create a new active token. To force all users on a WordPress site to logout and re-login, <a href="https://wpstudio.com/cloudflare-security-precaution-alert/">WPStudio recommends</a> changing the salt keys in wp-config.php.</p>\n<p>Although major search engines are actively scrubbing cached pages, the leaks have been occurring for at least four months. There&#8217;s no telling who may have already scraped those pages and archived the data. There&#8217;s also the possibility that someone discovered the vulnerability before Ormandy and has been parsing cached pages for months. This is why it&#8217;s important that at a minimum, you change your passwords.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Feb 2017 19:03:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:86:"WPTavern: Google’s New Perspective Project Filters Online Comments Based on Toxicity";s:7:"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=66464";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"https://wptavern.com/googles-new-perspective-project-filters-online-comments-based-on-toxicity";s: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:5970:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/mobile-reading.jpg?ssl=1"><img /></a>photo credit: <a href="https://stocksnap.io/photo/RY5J4XBYJV">Martino Pietropoli</a>\n<p>Online harassment is a hot topic right now, as Twitter&#8217;s perennial battle with trolls heats up, forcing the company to develop new features to combat abuse. Technology companies are scrambling to create solutions that will make their communities safer for users and now Google is taking on the challenge of online harassment as part of its <a href="https://jigsaw.google.com" target="_blank">Jigsaw</a> technology incubator. Jigsaw&#8217;s engineers and researchers tackle geopolitical problems like attacks on free speech, injustice, corruption, and violent extremism.</p>\n<p><a href="https://www.perspectiveapi.com/" target="_blank">Perspective</a> is Jigsaw&#8217;s latest project aimed at improving the comment sections of websites, which can become hotbeds of harassment when left unmoderated. It turns out that eliminating the darker aspects of human behavior, especially when combatting those operating under the cloak of online anonymity, has proven to be an exquisite challenge best suited to the bots.</p>\n<p>The Perspective project uses machine learning to identify and filter comments for toxicity. Its API scores comments based on &#8220;the perceived impact a comment might have on a conversation.&#8221; Publishers can then use that information to offer real-time feedback to commenters and speed up moderation. The <a href="https://www.perspectiveapi.com/" target="_blank">live demo</a> allows readers to filter the comments based on a sliding scale of toxicity that they are willing to engage.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/google-jigsaw-perspective-project.png?ssl=1"><img /></a></p>\n<p>The Perspective site also includes a Writing Demo that delivers real-time feedback for the toxicity level as you type. The model defines toxic as &#8220;a rude, disrespectful, or unreasonable comment that is likely to make you leave a discussion.&#8221;</p>\n<h3>Developers Can Request Access to the Perspective API and Major Publications are Already Experimenting with It</h3>\n<p>Toxic commenting and trolls are especially rampant on news sites, requiring moderators to be constantly vigilant and ready to neutralize threats to civil discourse. This is why the New York Times employs 14 full-time moderators to manually review the 11,000 comments that come in each day. Despite the efforts of this dedicated team, commenting is only available on 10% of Times articles due to the moderation load.</p>\n<p>As a partner on this project, the New York Times <a href="http://www.nytco.com/the-times-is-partnering-with-jigsaw-to-expand-comment-capabilities/" target="_blank">open sourced 10 years of moderated comment archives</a> to help the Jigsaw team build the machine learning models that will improve conversations on the web. The publication is currently creating an open source moderation tool to expand community discussion to other areas of the Times.</p>\n<p>The Wikimedia Foundation is also <a href="https://meta.wikimedia.org/wiki/Research:Detox" target="_blank">collaborating with Jigsaw</a> to develop tools for automating detection of toxic comments and analyzing their impact in discussions at scale. These tools are aimed at mitigating the personal attacks levied at volunteer editors in an effort to improve overall community health.</p>\n<p>The Perspective project is still in its early days of research and development, but developers can <a href="https://groups.google.com/forum/#!forum/perspective-announce/join" target="_blank">sign up</a> to request an API key. Google will be open sourcing the experiments, models, and research data gained from testing machine learning as a tool for improving online discussion.</p>\n<p>As WordPress powers more than 27% of all websites, a plugin built with the Perspective API could have a major impact on raising the standard of discourse for a large segment of comment-enabled sites. Many publications that might otherwise value thoughtful discussion, have resorted to turning comments off entirely because of the burden of moderation.</p>\n<p>Those who rattle off the tired internet maxim that says &#8220;<em>Never read the comments</em>&#8221; speak to the pervasive toxicity that has invaded online discourse, but they also betray their own fragility in engaging commenters who sabotage discussions with incivility. Readers don&#8217;t always have the emotional energy to deal with rude comments that slipped through moderation. While some may find Reddit-style wild west commenting to be spirited and amusing, there are plenty of others who find it demoralizing.</p>\n<p>One thing I appreciate about the Perspective project&#8217;s demo is that its aim isn&#8217;t to edit or change the comments to be less toxic but rather it offers the reader a way to filter based on the individual&#8217;s comfort level. With clear warnings in place and a default view set on the safer side, the publication is no longer obligated to overly-censor comments for the lowest threshold of offense.</p>\n<p>The Perspective project is experimenting with using machine learning to wrangle the human factor of interacting online. It&#8217;s come to the point that moderating comments and weeding out toxicity has become overwhelming for those trying to run a publication. The most encouraging aspect of this experiment is that Google put engineers, designers, and researchers on this problem because <a href="https://wptavern.com/why-comments-still-matter" target="_blank">comments still matter</a>. This new technology affirms the importance of public discourse on the web and aims to preserve comments as a safe place for conversations. I&#8217;m interested to see what WordPress developers can build with the Perspective API once it is available.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Feb 2017 04:17: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:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WPTavern: WordPress Community Summit 2017 Set for June 13-14 in Paris";s:7:"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=66439";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"https://wptavern.com/wordpress-community-summit-2017-set-for-june-13-14-in-paris";s: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:3561:"<p>WordPress contributor teams are getting ready for the next <a href="https://make.wordpress.org/core/2017/02/23/planning-for-community-summit-2017/" target="_blank">Community Summit</a>, which will be held in Paris leading up to WordCamp Europe on June 13-14. This is the first time the event will be held outside the United States, making it more accessible to European community members who may have been unable to attend previous summits.</p>\n<p>The summit provides an opportunity for those who contribute to WordPress and its surrounding community to tackle difficult topics that require in-person discussion or collaboration. This year the organizing team is <a href="https://wptavern.com/wordpress-community-team-proposes-new-selection-process-for-2017-summit-attendees" target="_blank">trying a new selection process for attendees</a>. Instead of the previous invitation-only system, contributor teams are identifying the challenging issues they want to discuss and then nominating attendees who will represent diverse viewpoints on these particular topics.</p>\n<p>For example, a few <a href="https://make.wordpress.org/core/2017/02/23/planning-for-community-summit-2017/" target="_blank">proposed topics for the core team</a> include discussions about the future of JavaScript in core, how to attract more JavaScript-first developers to build on WordPress, and technology version support policies (PHP, MySQL, browsers, etc.) Theme Review Team contributors have <a href="https://make.wordpress.org/themes/2017/02/18/community-submit-2017/" target="_blank">proposed</a> discussion on how to allow for more experimentation and ways to improve the leadership of the team and the theme author and reviewer experiences.</p>\n<p>Each of the 16 contributor teams tagged in the announcement has until March 3rd to create a list of topics and representatives, including contributors who are willing to help organize the event. An <a href="https://wceurope.polldaddy.com/s/community-summit-2017-call-for-non-active-contributors" target="_blank">application form</a> is open for those who represent other interests within the WordPress community but are not part of one of the contributor teams. The summit will be limited to 180 attendees (the capacity for the venue).</p>\n<p>The call for sponsors will be published next week, but promotional activities will not be incorporated into the event. The organizing team is also working on finding sponsors to cover travel expenses for contributors who have financial barriers to attending.</p>\n<p>&#8220;The idea of this event sponsorship is about supporting the project and the community,&#8221; summit organizer Rocio Valdivia said. &#8220;So, there aren’t levels of exposure associated with each price level other than the label that will show up in the make/summit p2 page for it and on the sidebar. We’ll add links to their sites, logos, and a huge thanks at event to all sponsors, regardless how much they’ve sponsored. The sponsorship levels are about the desire and financial ability of the companies to contribute to the summit, not about a marketing thing.&#8221;</p>\n<p>The summit is closed to the public and the press, but there is a decent level of transparency around the topics attendees plan to discuss if you peruse the make.wordpress.org blogs. If contributor teams publish notes from the discussions as they have in previous years, the wider community will be able to follow along to see if the summit precipitates meaningful progress for the project.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Feb 2017 22:05:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:51:"Akismet: Akismet WordPress Plugin 3.3 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=1923";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"https://blog.akismet.com/2017/02/23/akismet-wordpress-plugin-3-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1366:"<p>Version 3.3 of <a href="http://wordpress.org/plugins/akismet/">the Akismet plugin for WordPress</a> is available.</p>\n<p><a href="https://akismet.files.wordpress.com/2017/02/akismet-3-3-dashboard.png"><img /></a> In addition to a handful of bug fixes, version 3.3 refreshes the Akismet settings page design and adds an improved first-run experience. Now, when you activate Akismet for the first time, it will offer to check your current Pending queue for spam, and for especially large pending queues, it will show a progress indicator.</p>\n<p>For full details on all of the changes since version 3.2, see <a href="https://plugins.trac.wordpress.org/log/akismet/trunk?rev=1602266&stop_rev=1501241&verbose=on">the changelog</a>.</p>\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/1923/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1923/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1923&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, 23 Feb 2017 18:08:16 +0000";s: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: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:81:"WPTavern: WPWeekly Episode 264 – REST API, Disqus, and Happy Birthday Discourse";s:7:"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=66421&preview=true&preview_id=66421";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/wpweekly-episode-264-rest-api-disqus-and-happy-birthday-discourse";s: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:4422:"<p>In this episode, Marcus Couch and I discuss the news of the week. We introduce a new segment of the show called &#8220;What&#8217;s on WordPress.tv?&#8221; where we highlight three videos to check out. We also share details of <a href="https://central.wordcamp.org/schedule/">upcoming WordCamps </a>in the month of March.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://halfelf.org/2017/case-rest-api/">A Case for REST API</a><br />\n<a href="https://wptavern.com/buddypress-2-8-boosts-minimum-php-requirement-adds-twenty-seventeen-companion-stylesheet">BuddyPress 2.8 Boosts Minimum PHP Requirement, Adds Twenty Seventeen Companion Stylesheet</a><br />\n<a href="https://wptavern.com/disqus-hits-sites-with-unwanted-advertising-plans-to-charge-large-publishers-a-monthly-fee-to-remove-ads">Disqus Hits Sites with Unwanted Advertising, Plans to Charge Large Publishers a Monthly Fee to Remove Ads</a><br />\n<a href="https://wptavern.com/how-to-check-if-installed-plugins-are-no-longer-in-the-plugin-directory">How to Check if Installed Plugins Are No Longer in the Plugin Directory</a><br />\n<a href="https://blog.discourse.org/2017/02/discourses-fourth-birthday/">Happy Fourth Birthday Discourse</a></p>\n<h2>What&#8217;s On WordPress.TV?</h2>\n<h3>WordCamp Manila 2016</h3>\n<p><a href="http://wordpress.tv/2017/02/12/andrew-dela-serna-how-we-work-in-automattic/">Andrew dela Serna: How We Work in Automattic</a></p>\n<p>Learn what it’s like to work at Automattic, the tools they use, our culture, the people, how to apply and what’s next for the company.</p>\n<h3>WordCamp Waukesha 2017</h3>\n<p><a href="http://wordpress.tv/2017/02/09/ryan-erwin-digital-marketing-strategy-and-seo/">Ryan Erwin: Digital Marketing, Strategy and SEO</a></p>\n<p>Ryan Erwin discussed digital marketing strategy for business as it relates to on and off page SEO, content marketing, and conversion optimization. He reviews how to plan, implement, and analyze your strategic initiatives.</p>\n<h3>WordPress Community Interview Series</h3>\n<p><a href="http://wordpress.tv/2017/02/20/wordpress-community-interview-with-isabelle-garcia/">WordPress Community Interview With Isabelle Garcia</a></p>\n<p>Isabelle Garcia is a front-end web developer and social media geek. She is a “Digital Nomad” and travels the world working remotely. She has no fixed base, no office. Isabel likes to frequent local libraries, not to borrow books but to take advantage of the quiet atmosphere.</p>\n<p>While other digital nomads meet at coffee shops or co-working spaces, she likes to spend entire days and even weekends in the common areas and desks of public libraries.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href="https://wordpress.org/plugins/really-simple-click-to-call/">Really Simple Click To Call Bar</a> adds a customizable click-to-call bar to the bottom of the browser window on mobile devices. It enables users to easily call you from their phone and automatically adds events if you&#8217;re using Google Analytics Universal. Perfect for small businesses like restaurants, retail stores, or any lead generation that relies on phone calls.</p>\n<p><a href="https://wordpress.org/plugins/html-table/">Responsive tables</a> lets you create and display tables easily on your website with shortcodes. HTML tables can be used to display pricing, comparisons, DBMS tables and much more.</p>\n<p><a href="https://wordpress.org/plugins/wp-demo-buddy/">WP Demo Buddy</a> instantly creates a dedicated expiring Demo/Trial instance of WordPress with any WordPress Plugin and Theme to each of your website visitors. Your website visitors can test drive your plugins securely before they buy or test drive the plugins you review/sell on your website.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 1st 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">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #264:</strong><br />\n</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 22 Feb 2017 22:29:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:97:"WPTavern: Zerif Lite Returns to WordPress.org after 5-Month Suspension and 63% Decline in Revenue";s:7:"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=64347";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/zerif-lite-returns-to-wordpress-org-after-5-month-suspension-and-63-decline-in-revenue";s: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:7365:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/09/zerif-lite.png?ssl=1"><img /></a></p>\n<p>In October 2016, Zerif Lite was <a href="https://wptavern.com/zerif-lite-suspended-from-wordpress-theme-directory-300k-users-left-without-updates">suspended from the WordPress Themes Directory</a> after failure to comply with the Theme Review Team&#8217;s guidelines. The suspension left 300,000 users (including those using Zerif Lite child themes) without maintenance and security updates.</p>\n<p>After five months of fixes and several rounds of review, <a href="https://wordpress.org/themes/zerif-lite/" target="_blank">Zerif Lite</a> has returned to the directory with the same functionality but a significantly altered user experience. Users are now required to install a plugin for the features that were previously deemed to be &#8220;faux custom post types,&#8221; violations of the content vs. presentation guideline for WordPress.org-hosted themes. These include small custom content blocks that appear on the homepage for things like team info and testimonials.</p>\n<p>&#8220;We will work on making sure it is all clear for people, but I still don’t understand or agree with the requirement,&#8221; ThemeIsle CEO Ionut Neagu said. &#8220;I think <a href="http://torstenlandsiedel.de/2017/02/21/questions/" target="_blank">Torsten phrased it better</a>: &#8216;Why do the guidelines of the Theme Review Team forbid the usage of Shortcodes/CPTs/etc. due to problems when switching themes, if, in the meantime, the Plugin Review Team explicitly allows those plugins which only work for one theme, which brings the entire idea (function remains intact after switching themes) to absurdity?\'&#8221;</p>\n<p>At the time of suspension, Neagu estimated that Zerif Lite&#8217;s unavailability on WordPress.org would diminish the company&#8217;s revenue by 50%.</p>\n<p>&#8220;What was interesting is that revenue continued to decrease for all those months and we are now at around $45k/month instead of $120k,&#8221; Neagu said. &#8220;That revenue won’t be back as the theme is live. A big part of success/sales before was that we had a great demo, a very easy-to-set-up theme, and ‘better’ upsells.&#8221;</p>\n<p>Neagu said the company has seen no significant increase in revenue during the first few days the theme has been back in the directory. His team has considered releasing the theme under a completely different name but is committed to supporting the current version for at least the next two years. Meanwhile, they have built newer themes like <a href="https://themeisle.com/themes/hestia/" target="_blank">Hestia</a> to be capable of importing Zerif content seamlessly into its design to avoid the lock-in effect.</p>\n<p>Neagu said the experience of losing so much revenue has not changed the company&#8217;s strategy for distribution. They will continue to add new themes to WordPress.org but Neagu said they would be lucky to add two per year, given the limitation of one theme per account and a 6-7 month waiting period in the queue.</p>\n<p>Zerif Lite&#8217;s suspension was a controversial decision. Many who commented on our first <a href="https://wptavern.com/zerif-lite-suspended-from-wordpress-theme-directory-300k-users-left-without-updates" target="_blank">post</a> about the issue were pleased to see the Theme Review Team finally throw the book at ThemeIsle after the company had been allowed to skirt the requirements for more than a year without resolving the issues. Others saw the situation as an opportunity to re-examine the directory&#8217;s requirements.</p>\n<p>&#8220;Perhaps the rules surrounding theme submission to the repo should be relaxed for everyone – limited only to security concerns perhaps, let the market sort out the rest,&#8221; <a href="https://twitter.com/bradley_kirby" target="_blank">Bradley Kirby</a>, author of the Wallace theme, said. &#8220;Is it possible that absolute data portability isn’t an expectation or desire from most end users? That they expect to do some manual porting of data when they change themes? That they prize other features like site design and built-in functionality over something like data portability?&#8221;</p>\n<p>Zerif Lite has been at the center of the Theme Review Team&#8217;s discussions regarding data portability for the past two years after the team began <a href="https://wptavern.com/wordpress-theme-review-team-is-cracking-down-on-violations-of-the-presentation-vs-functionality-guideline" target="_blank">cracking down on violations of the Presentation vs. Functionality guideline</a>. The spotlight shined on Zerif Lite during that discussion eventually culminated in its suspension, as Neagu was forced to comply or have his theme removed.</p>\n<p>&#8220;I think our goal should just be to provide the best experience for the users, not just to comply without thinking about what users want,&#8221; Neagu said. &#8220;At least this is my goal &#8211; to build the best products that will help people to build their sites.&#8221;</p>\n<h3>The Risks of Using WordPress.org as a Primary Distribution Channel</h3>\n<p>WordPress.org is arguably the most effective way for a theme company to reach mass quantities of users with a freemium theme. The directory lends a great deal of credibility to its listings because of the stringent guidelines and rigorous review process. Failure to comply with these guidelines ultimately ended up sinking ThemeIsle&#8217;s flagship theme and Neagu is not optimistic that the previous revenue will return.</p>\n<p>&#8220;During this whole time, a thing that caught me off guard was some of people’s comments wondering if it was even safe to use a theme that was removed from the repo in the first place,&#8221; Neagu said. &#8220;I mean, in the user’s mind, and understandably so, there must have been something wrong with the theme since it got removed, right?&#8221; He said this experience caused him to see things differently.</p>\n<p>&#8220;Being listed in the official repository doesn’t only get you downloads and/or sales, but also trust and credibility in the eyes of your potential users,&#8221; Neagu said. &#8220;Unfortunately, most of the users who install themes directly via their WP dashboards are not very experienced, and they have no reason to research the web a bit more to find out what happened to the theme they heard about. In other words, if someone types &#8216;zerif&#8217; into the search field in their dashboard and they find nothing, they just move on.&#8221;</p>\n<p>Neagu said that in spite of differences Themeisle has had with the Theme Review Team, the company will continue to contribute and be part of the community. The theme&#8217;s suspension, re-working, and re-installment is an interesting case of what can happen when a company&#8217;s sales strategy is at odds with WordPress.org&#8217;s requirements.</p>\n<p>&#8220;Our products are focused towards beginners, being super easy to setup with built-in demo content, so they are not niched products that we can distribute in different communities,&#8221; Neagu said.</p>\n<p>&#8220;It is obvious that relying on a third-party marketplace is the worst scenario, but WordPress.org is the default solution: if you want to reach a large mass of people, you need to be there.&#8221;</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 22 Feb 2017 21:47:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:48:"BuddyPress: BuddyPress 2.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:32:"https://buddypress.org/?p=264058";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://buddypress.org/2017/02/buddypress-2-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:536:"<p>BuddyPress 2.8.1 is now available. This maintenance release fixes four bugs, including two regressions in BuddyPress 2.8.0. See the <a href="https://buddypress.trac.wordpress.org/milestone/2.8.1">Trac milestone</a> or the <a href="https://codex.buddypress.org/releases/version-2.8.1/">official changelog</a> for more details.</p>\n<p>Version 2.8.1 is a recommended update for all BP installations. Update via the WordPress Dashboard, or download manually from <a href="https://wordpress.org/plugins/buddypress/">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:"Wed, 22 Feb 2017 19:41: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:12:"Boone Gorges";s: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:115:"WPTavern: WordPress Core Editor Team Publishes UI Prototype for “Gutenberg,” an Experimental Block Based 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=65960";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:119:"https://wptavern.com/wordpress-core-editor-team-publishes-ui-prototype-for-gutenberg-an-experimental-block-based-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3690:"<p>In the past few weeks, the WordPress Core Editor team, <a href="https://wptavern.com/matt-mullenweg-announces-tech-and-design-leads-for-new-focus-based-development-cycle">led by</a> Automattic employees Matías Ventura and Joen Asmussen, have been hard at work creating a new <a href="https://make.wordpress.org/core/2017/01/17/editor-technical-overview/">content creation experience</a>. The team recently <a href="https://wordpress.github.io/gutenberg/">published a UI prototype </a>for Gutenberg, an experimental block based editor. The editor displays content-specific toolbars when an element is selected and provides a way to move blocks up and down.</p>\n<img />Block Based Editor UI Prototype\n<p>While the goal is to reinvent WordPress&#8217; current editor, there&#8217;s no guarantee that the prototype will end up as the final product and is in a high state of flux.</p>\n<p>&#8220;The UI prototype exists mostly to serve as a non-static mockup,&#8221; Asmussen said. &#8220;It&#8217;s like a sandbox we&#8217;re building to test some of our mockups and assumptions, to see if they hold water or not. To that extent, it&#8217;s already been successful in informing us of things that worked well, and not so well.&#8221; The code that powers the editor is made up of about 90% JavaScript.</p>\n<p>One of the concerns in revamping the editor is accessibility. Joe Dolson <a href="https://make.wordpress.org/accessibility/2017/02/17/revising-the-wordpress-editor-gutenberg-and-accessibility/">highlighted this concern</a> in a post on the Make WordPress Accessible site. Dolson notes that the accessibility team will work in tandem with the editor team to make the new editor as accessible as possible.</p>\n<p>&#8220;From an accessibility perspective, this is both an incredible opportunity to build a powerful and flexible experience for all users and an enormous risk that we could end up reducing the effectiveness of the editor for users with disabilities, or require them to use a 2nd-class editor without these enhanced editing capabilities,&#8221; Dolson said.</p>\n<p>&#8220;We in the WordPress accessibility community embrace the challenge of creating a great new experience, and want to assure the community that we are going to do everything we can to make sure that any new editor experience is as accessible as we can possibly make it.&#8221;</p>\n<p>Although the prototype&#8217;s functionality is limited, the team is interested to hear about your experience and expectations with using the editor. Some questions to consider during testing include:</p>\n<ul>\n<li>Talk through each step, what does this do?</li>\n<li>What does this feel like?</li>\n<li>As you use it, what is missing you feel should be there?</li>\n</ul>\n<p>Many users have already <a href="https://make.wordpress.org/design/2017/02/09/initial-editor-blocks-prototype-editor-testing/">shared their experiences</a>, providing valuable insight that is fueling rapid improvements to the <a href="https://github.com/WordPress/gutenberg/">project</a> on<a href="https://github.com/WordPress/gutenberg/"> GitHub</a>.</p>\n<p>The best way to get involved and contribute to this project is to subscribe to the <a href="https://make.wordpress.org/design/">Make WordPress Design</a> blog and provide feedback by commenting on posts. You can also submit pull requests or issues on <a href="https://github.com/WordPress/gutenberg/">GitHub</a>. Weekly meetings dedicated to the Editor component are held on Wednesday at 19:00 CET on <a href="https://make.wordpress.org/chat/">Slack</a> in the <a href="https://make.wordpress.org/design/tag/core-editor/">#core-editor</a> channel.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 22 Feb 2017 18:31:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:34:"HeroPress: A Sense Of True Freedom";s:7:"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=1610";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://heropress.com/essays/sense-true-freedom/";s: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:9233:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/02/022217-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: At any given time, I am who I want to be, & I\'m right where I want to be." /><p>It’s 7:30 in the morning in Rio de Janeiro, Brazil. The hostel’s cat just came to say “Good morning” and I just finished my night shift on the WPMU DEV forum. It’s my third day in Rio after spending the last 40 days in Bogota, Colombia. Traveling is in my blood or at least, it is now.</p>\n<p>I’m a full-time digital nomad and I have been for over a year now.</p>\n<blockquote><p>I’m single, I’m female and because of WordPress, I can travel around the world and work at the same time.</p></blockquote>\n<p>I started using WordPress in 2009, but I like to think that everything started in 2011 when I attended my first WordCamp in Poland. I remember I was extremely shy, scared and bit lost on the first day of WordCamp.</p>\n<p>It was a different world to me or at least in contrast to what I had at home – a small city in South East Poland. It was different because for the first time in a long time since college, I felt like I fit in with everyone there. They were a right fit for me and so was that place.</p>\n<p>Since that first WordCamp, I also attended many more in Poland as well as in other countries. Later, I went on to be the lead organizer of WordPress meetups in Wrocław and two WordCamps in Poland. I was also a speaker for many Polish events and for one WordCamp Paris.</p>\n<p>If not for the WordPress community and the friends I met on that very first WordCamp, I wouldn’t have been able to achieve any of those accomplishments.</p>\n<blockquote><p>But how could I have become a full-time digital nomad, you ask?</p></blockquote>\n<p>In 2015, I was stuck. I had a great, steady job in Wrocław. I was working with WordPress and everything was perfect, at least, that’s what I thought at the time.</p>\n<p>I achieved almost everything that society around me was expecting: a partner, apartment, a great job and the next step would have been getting married and having kids. Suddenly, I was sinking.</p>\n<p>For a year, the only moments where I was truly happy was when I was attending WordCamps and WordPress meetups – when I was with my “tribe”, my friends.</p>\n<p>Then, in May of 2015, something incredible happened: one of my friends sent me a link to a list of 70 companies which offered positions working remotely. Three of them were related to WordPress: Automattic, OnTheGoSystems and Incsub.</p>\n<p>That same day, I feverishly filled out an application for a position as a Support Star at Incsub, the parent company to WPMU DEV.</p>\n<p>After a wait full of agonizing anticipation, I finally got the job and six months later, I bought a one-way ticket to Japan, then one to Australia.</p>\n<blockquote><p>This was just the start of my life as a digital nomad.</p></blockquote>\n<p>Working at WPMU DEV remotely with partial dedicated hours and the rest being flexible allowed me to move and work while traveling.</p>\n<p>The people I work with comprise the best team ever. My boss, Tim, is incredibly supportive and is willing to help when something bad happens. I didn’t need to be worried about my job when my plans suddenly made a turn for the worse, which did happen. When I had to fly back to Poland in the middle of the week due to family emergencies, it wasn’t a problem.</p>\n<p>I always felt safe in the WordPress community and now I’m grateful to also feel safe with the people I work with even though we’re spread out across the globe and across many cultures.</p>\n<p>Even though I’m confident in my choice of being a digital nomad now, that wasn’t always the case. This was especially true since I apparently managed to make quite the big scandal in my hometown because “good girls” don’t run away.</p>\n<p>To my dismay, I was constantly told, “Study hard and you will get a nice, steady job in an office with insurance and a guaranteed retirement.”</p>\n<p>How could I not want that? After all, that’s supposed to be the dream of every woman, right? That’s what I was constantly told, anyway.</p>\n<p>Luckily, my best friend (who I had met at a WordCamp!) was there for me and said, “Don’t let them get to you. You are far away and they can’t hurt you.”</p>\n<p>Since then, I stood with my decision to finally be free and happy.</p>\n<p>Growing up in small city and being interested in computers and IT was not easy to say the least. Those aren’t traditionally considered subjects that interest girls. It also became all the more difficult when I realized this was something I wanted to do and nothing else.</p>\n<p>There weren’t many people around me in my hometown who understood what I wanted to do and even fewer people who would support me. Unfortunately, this is still true. It became tougher when I was diagnosed with heavy bipolar disorder.</p>\n<blockquote><p>At that time, everything sucked. I was lost and hopeless.</p></blockquote>\n<p>Compounding my stress, it was around then that I realized I also suffered from the impostor syndrome – the belief that you don’t know enough about the industry you’re in to be capable of doing your job and that you never will despite anything you do.</p>\n<p>There was an ugly feeling that crept in: I wanted to be somewhere else and I want to be different.</p>\n<p>Fortunately, every time I attended a WordCamp or WordPress meetup, these thoughts would melt away because I felt completely supported.</p>\n<p>It didn’t matter that I’m a girl or that I’m delightfully weird. What did matter was that I was knowledgeable about WordPress, my skills were growing quickly and that I could contribute to the community using my organizational skills.</p>\n<p>During these meetings, I don’t ever remember someone assuming that I’m a graphic designer because I’m a girl and “girls know color.” There’s nothing wrong with being a graphic designer, but assuming someone is based solely on their gender – there’s definitely something wrong with that.</p>\n<p>In reality, I’m a theme developer and in the WordPress community, that wasn’t unusual.</p>\n<p>It helped me gain confidence in myself and my skills. With that confidence, I found courage to start a life where I’m no longer wanting to be somewhere else or be someone else.</p>\n<blockquote><p>At any given time, I am who I want to be and I’m right where I want to be.</p></blockquote>\n<p>Solo traveling isn’t always peaches and cream or sunshine, lollipops and rainbows everywhere, especially when I’m sick and inevitably alone. All things considered, I wouldn’t swap it out for what many would consider to be a “normal” life – whatever that is – and instead, I think it&#8217;s important for people to do what makes them happy and not just what others expect of them.</p>\n<p>As a digital nomad, I was able to go to WordCamps in Tokyo, Belgrade, the US, Singapore and Vienna. I have met many new people and I have collected incredible memories along the way.</p>\n<p>This year and in many more to come, while others may doubt my choices, I’ll be happy, traveling to more WordCamps and enjoying a sense of true freedom just because I can.</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: A Sense Of True Freedom" class="rtsocial-twitter-button" href="https://twitter.com/share?text=A%20Sense%20Of%20True%20Freedom&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fsense-true-freedom%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: A Sense Of True Freedom" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fsense-true-freedom%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%2Fsense-true-freedom%2F&title=A+Sense+Of+True+Freedom" rel="nofollow" target="_blank" title="Share: A Sense Of True Freedom"></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/sense-true-freedom/&media=https://heropress.com/wp-content/uploads/2017/02/022217-150x150.jpg&description=A Sense Of True Freedom" rel="nofollow" target="_blank" title="Pin: A Sense Of True Freedom"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/sense-true-freedom/" title="A Sense Of True Freedom"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/sense-true-freedom/">A Sense Of True Freedom</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, 22 Feb 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:16:"Kasia Świderska";s: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:66:"WPTavern: Solving the Mystery of How People Actually Use WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=65557";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wptavern.com/solving-the-mystery-of-how-people-actually-use-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9727:"<p>I’m in favor of <a href="https://wptavern.com/wordpress-telemetry-proposal-addresses-long-standing-privacy-concerns-as-gdpr-compliance-deadline-looms#comment-208658">WordPress collecting more anonymized usage data</a> that could help make informed decisions on changes or improvements to core, such as tracking changes to the WordPress user interface, which buttons or settings are used most often, etc.</p>\n<p>A good example of when this data could have come in handy is the recent <a href="https://wptavern.com/wordpress-4-7-removes-the-underline-and-justify-buttons-from-the-editor">removal of the justify and underline buttons</a> from the editor in WordPress 4.7. During <a href="https://core.trac.wordpress.org/ticket/27159#comment:82">the discussion</a> on whether they should be removed or not, a number of people questioned if there was any user data available that would indicate how much they’re used and help gauge the impact of removing them.</p>\n<p>The only data available to help make an informed decision was provided by Mel Choyce. Choyce <a href="https://core.trac.wordpress.org/ticket/27159#comment:29">shared statistics</a> from WordPress.com and its variety of editor interfaces that indicated Bold, Italic, and Links are used the most while Lists and Blockquotes are the second most used buttons.</p>\n<p>The Center and Left alignment buttons are used often, but the data doesn’t determine if people are using them to align text or images. Information on which headings are used most was not available. The team did not have any usage data specific to the WordPress core editor.</p>\n<p>In the ticket, Andrew Ozz, who maintains the TinyMCE component, <a href="https://core.trac.wordpress.org/ticket/27159#comment:103" rel="nofollow">chimed in</a> and agreed that good user data is needed.</p>\n<p>In an effort to obtain usage data before removing the buttons, Ozz <a href="https://core.trac.wordpress.org/ticket/27159#comment:104">created a small plugin</a> to perform testing with five existing and first-time users. Interestingly, he discovered that both types of users clicked on the kitchen sink button to display the second row of buttons and didn&#8217;t click the button to hide them again.</p>\n<p>Ozz also shared other results from his limited testing.</p>\n<blockquote><p>I know these test results are extremely limited and cannot be used when making a decision, but they are an indication of what &#8216;real&#8217; testing may reveal. In this case it shows that moving buttons to the bottom row will have no effect on the usage of these buttons as they will still be visible at all times.</p>\n<p>This super limited testing also indicated another (much bigger) problem: somebody mentioned this some time ago (think it was @mor10), around 20% of the WordPress users don’t even know there is a second editor toolbar, and some feel &#8216;pretty stupid&#8217; after discovering it. I think this is bad UX and something that can be fixed easily by having the second toolbar open by default, and fixing it is more important and will improve the UX for these 20% of users a lot.</p></blockquote>\n<p>Imagine how useful it would be for core developers or others if there was usage data like this on a grander scale that could fuel rapid improvements and help discover and eliminate pain points.</p>\n<p>Matt Mullenweg, co-creator of the WordPress project, has <a href="https://core.trac.wordpress.org/ticket/38418">closed the ticket</a> with the Telemetry Proposal as it&#8217;s not within 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">three project focus areas</a> for 2017.</p>\n<p>&#8220;There is no part of current or potential WP development that is being held back by the lack of this existing, as there are easy and current ways to answer questions with data to the extent it would inform our decisions,&#8221; Mullenweg said.</p>\n<p>Morten Rand-Hendriksen <a href="https://core.trac.wordpress.org/ticket/38418#comment:11">responded to the closure</a> saying that the quantitative user testing falls squarely within the Customizer focus area.</p>\n<p>&#8220;I would argue since the release of the Customizer some years back, it has gone through a multi-year large-scale quantitative user test with incremental tweaks and improvements,&#8221; Rand-Hendriksen said.</p>\n<p>&#8220;This is in line with standard agile development. At this juncture, the Customizer can be considered mature, and moving a mature solution forward requires hard data on usage, use cases, and user needs. This goes beyond standard user testing to large-scale data collection, which is what this ticket aims at addressing.&#8221;</p>\n<h2>Perspective From a WordPress Release Lead</h2>\n<p>There are WordPress core developers who have shown interest in a similar system. At the start of the WordPress 4.7 development cycle, Drew Jaynes, who led the WordPress 4.2 release cycle, <a href="https://make.wordpress.org/core/2016/08/17/wordpress-4-7-whats-on-your-mind/#comment-30573">expressed interest</a> in creating an opt-in data collection system.</p>\n<p>The idea received positive feedback that included people offering to help. I asked Jaynes what his thoughts are on such a system and how it could benefit core development.</p>\n<p>&#8220;There&#8217;s some discussion about what form that collection should take initially, but I think there&#8217;s consensus that it should be opt-in, and take one of two forms (or a hybrid of the two): active (surveys in the admin) or passive (anonymized usage) data collection,&#8221; Jaynes said.</p>\n<p>&#8220;Either way, I think having this data available would benefit the entire community, regardless of the obvious practicable application within core development.</p>\n<p>&#8220;All of that data can and should be used to inform decision-making in WordPress going forward. The core team really needs to hit the reset button on the concept of the 80/20 rule, including what and whom it represents.</p>\n<p>&#8220;We should be building modern WordPress for the modern WordPress user, and resting on Matt&#8217;s instincts coupled with the core team&#8217;s experience is no longer enough to maintain positive forward momentum.&#8221;</p>\n<p>Jaynes cites the editor as an example of where having the data would be helpful and that without it, pursuing an idealized &#8216;modern editor&#8217; in WordPress is premature. The data could also help provide insight into improving the new user experience.</p>\n<p>&#8220;A common complaint is that the WordPress admin can be really overwhelming to new users,&#8221; Jaynes said. &#8220;Having real data about how frequently the various core screens are used could really inform decisions about maybe paring it down, or hiding some things over time that are used less and less.&#8221;</p>\n<p>While collecting data could help with making informed decisions, he doesn&#8217;t think it should stop the core team from experimentation.</p>\n<p>&#8220;I think having real, citable data could really reduce the amount of backlash we&#8217;ve seen with a few releases in the last couple of years,&#8221; Jaynes said. &#8220;Areas where core team decisions left some group of users feeling jilted.&#8221;</p>\n<p>&#8220;It&#8217;s worth mentioning that there&#8217;s absolutely value in allowing the core team to experiment, as long as we&#8217;re careful not to latch onto something that got merged as the only way we&#8217;ll ever need to solve that problem; that&#8217;s where we get into trouble.&#8221;</p>\n<h2>Who Are The 80/20 Users of WordPress?</h2>\n<p>The most striking statement in Rand-Hendriksen&#8217;s proposal is that WordPress development is occurring without having any idea who the 80% or 20% of users are.</p>\n<p>&#8220;During the development of WordPress 4.7, I was involved in several conversations centered around <em>assumed use</em> of features,&#8221; Rand-Hendriksen said.</p>\n<p>&#8220;The general argument was that based on the 80/20 rule, certain features should be added while others should be removed. I kept bringing up the well-known fact we don’t have a clue what features 80%, or even 20%, of WordPress users actually use so any claim of validity in the 80/20 rule is guesswork at best.&#8221;</p>\n<p>Collecting usage data is standard practice. Microsoft Windows, Mozilla Firefox, Chrome, iOS, and a number of other software projects have opt-in data collection systems that are used to improve the product. They also provide insight into how customers are using their products.</p>\n<p>WordPress development on the other hand relies on the support forums, data collected from WordPress.com, limited user testing, verbal feedback at WordCamps, and other small data points. Collecting usage data from WordPress could show trends and provide evidence for changes related to the <a href="https://wordpress.org/about/philosophy/">decisions not options philosophy</a> of WordPress development.</p>\n<p>Collecting usage data isn&#8217;t going to solve all of WordPress&#8217; woes but having it available to make more informed decisions is better than not having any data at all. Although an opt-in data collection system in WordPress won&#8217;t be a core focus any time soon, it&#8217;s encouraging to see the idea has merit and is something some core developers are interested in seeing become a reality.</p>\n<p>I&#8217;d gladly opt-in and share my usage data with WordPress.org as long as it was anonymized and displayed publicly in aggregate. Would you?</p>\nNote: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 21 Feb 2017 02:07:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:99:"WPTavern: BuddyPress 2.8 Boosts Minimum PHP Requirement, Adds Twenty Seventeen Companion Stylesheet";s:7:"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=66090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"https://wptavern.com/buddypress-2-8-boosts-minimum-php-requirement-adds-twenty-seventeen-companion-stylesheet";s: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:2774:"<p><a href="https://buddypress.org/2017/02/buddypress-2-8-0-san-matteo/" target="_blank">BuddyPress 2.8</a> “San Matteo,” was released last week, led by long-time BuddyPress contributor Slava Abakumov. The release was named for <a href="http://www.sanmatteopanuozzo.com/" target="_blank">San Matteo Panuozzo</a>, an NYC pizza restaurant that specializes in panuozzo, a more portable pizza-sandwich hybrid. Following suit with the previous release, 2.8 focuses on improvements for developers and site builders, the project&#8217;s new target audience as of 2016.</p>\n<p>As part of an effort to modernize the plugin&#8217;s codebase and prepare it for better integration with the BP REST API project, this release <a href="https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/" target="_blank">boosts the minimum PHP requirement to 5.3</a>. In BuddyPress versions 2.7+, the plugin will display a notice in the dashboard if it detects that the server doesn&#8217;t meet the minimum requirements for running 2.8. The change is not likely to affect many BuddyPress sites as only a small sliver (5.7%) of WordPress sites are running on PHP 5.2.</p>\n<p>This release also adds a companion stylesheet for <a href="https://wordpress.org/themes/twentyseventeen/" target="_blank">Twenty Seventeen</a>. This stylesheet is important for providing a good first impression of BuddyPress for those who are trying try out the plugin with WordPress&#8217; latest default theme. A <a href="https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-seventeen-theme/" target="_blank">new BP codex page</a> gives sample code for changing Twenty Seventeen&#8217;s default two-column layout to be a full-width layout.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/buddypress-twenty-seventeen.png?ssl=1"><img /></a></p>\n<p>The 2.8 release brings improvements to the “Activate Pending Accounts” screen, making it easier for site managers to confirm or reject new registrants. Clicking on the username of a pending account will now display profile data that the user entered at signup.</p>\n<p>Other improvements for developers include the following:</p>\n<ul>\n<li>New filters and actions for the Messages component</li>\n<li>Support for List-Unsubscribe header in emails</li>\n<li>More flexible Group search</li>\n<li>New filter enables choice of which PHPMailer should be used when sending BuddyPress emails</li>\n</ul>\n<p>BuddyPress 2.8 was made possible by 44 volunteer contributors. For a full list of all the changes in this release, check out the official <a href="https://codex.buddypress.org/releases/version-2-8-0/" target="_blank">2.8.0 changelog</a>.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 21 Feb 2017 00:33: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:"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:67:"WPTavern: Composing a WordPress Development Environment with Docker";s:7:"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=66335";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/composing-a-wordpress-development-environment-with-docker";s: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:6432:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg?ssl=1"><img /></a>This post was contributed by guest author <a href="http://petersuhm.com/" target="_blank">Peter Suhm</a>. Peter is a web developer from the Land of the Danes. He is the creator of <a href="https://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github" target="_blank">WP Pusher</a> and a huge travel addict, bringing his work along with him as he goes.<br />\n&nbsp;</p>\n<hr />\n<p>In the last few years, a wave of virtualization technologies have swept through our WordPress development environments. The one that&#8217;s sounded the most promising to me has been Docker: lightweight and flexible. Yet, until recently, getting Docker up and running was an overwhelming task &#8211; especially on a non-Linux machine. If you managed to get it up and running in a virtual machine (using Vagrant or similar), getting port-forwarding to work would make you give up and just use Vagrant instead.</p>\n<p>Now it&#8217;s different.</p>\n<p>With (a stable) Docker for Mac and Windows and <a href="https://docs.docker.com/compose/" target="_blank">Docker Compose</a> at hand, getting Docker up and running is easy and pain-free. With Docker Compose you can tell Docker exactly what you want your WordPress development environment to look like and it will take care of it.</p>\n<h3>What is Docker?</h3>\n<p>Docker is a technology that makes it really simple to create isolated containers for your applications and websites to run in. These containers can be combined and modified to fit the needs of your applications. Docker is utilizing the Linux Containers technology (LXC) where multiple isolated environments can share the same Linux kernel &#8211; making it very lightweight compared to something like Vagrant.</p>\n<p>The Docker ecosystem is built around containers. In the Docker Hub, you can find an endless number of containers that other people have built or you can build your own using a Dockerfile. When building your own, you can start from scratch using the base Ubuntu image or extend someone else&#8217;s image.</p>\n<p>You can share local directories with your containers and link the networks, so they can talk to each other &#8211; just like you know it from other virtualization technologies. However, this is where it gets complicated which leads me to Docker Compose:</p>\n<h3>What is Docker Compose?</h3>\n<p>Docker Compose is what makes Docker available to mortals like you and me. As the name implies, Docker Compose is a tool for composing Docker containers. That means defining your services (containers), setting up the network between them, sharing local directories with them, and a few more things.</p>\n<p>With Docker Compose you create a simple file in the root of your project that describes the setup required by your application/website. For a WordPress theme that might mean a container to run WordPress, a container to run MySQL and a container to run Gulp or Grunt. This can very easily be defined in a docker-compose.yml file that can then be shared with your team members. This means that you can now share your WordPress theme, including an isolated WordPress environment to run it in. Hurray for virtualization!</p>\n<h3>Why use Docker?</h3>\n<p>There are a few reasons why Docker is an attractive technology for me. Here are the most important requirements I have for my development environment and how Docker solves them:</p>\n<ul>\n<li><strong>Clean Mac:</strong> In an ideal world, I prefer not to install anything related to my development environment directly on my Mac. I work on so many different projects that this gets unmanageable. When one thing works, another doesn&#8217;t. I also travel a lot and should something happen to my computer, I want to be able to set up a new machine in minutes.</li>\n<li><strong>Shareable:</strong> I often work in teams, so sharing my development environment with teammates is crucial. This is possible with Vagrant, but it&#8217;s still very tricky to keep environments in sync across teams.</li>\n<li><strong>Lightweight:</strong> This is important, especially when on the road. Try running a few Vagrant boxes compared to a few Docker containers and see what I mean.</li>\n<li><strong>Extendable:</strong> Extending Docker is very easy. For example, I could extend the official WordPress container and build it with WP Pusher pre-installed, since I (obviously) always use it.</li>\n<li><strong>Mirror production:</strong> My development environment needs to be as close to production as possible. With Docker this is easy, since Docker can be used in production as well.</li>\n</ul>\n<h3>My Docker development environment</h3>\n<p>This is the very simple Docker setup I use for development of my WP Pusher plugin: A WordPress and a MySQL container. Both of them use the official Docker Hub images, so setting it up is very easy.</p>\n<p>My <code>docker-compose.yml</code> file looks like this:</p>\n<p></p>\n<p>It describes two services: a MySQL 5.7 database and WordPress running on PHP 5.6 and Apache. The database is using a volume on my local machine, so data will be persisted every time I shut off the container. My current directory (in this case a plugin) is mounted into the <code>wp-content/plugins</code> directory. This allows me to work on my plugin in a completely isolated WordPress environment &#8211; without installing anything, besides Docker, on my Mac. The WordPress container forwards port 80 to my local machine, so I can access it as &#8220;localhost&#8221; in my browser.</p>\n<p>If you want to try it for yourself, and have Docker installed on your machine, just add the file to your plugin (or theme) and run:</p>\n<p><code>$ docker-compose up -d</code></p>\n<p>In order to see which containers are running, just run:</p>\n<p><code>$ docker ps</code></p>\n<p>This a very simple setup that is easy to extend and build upon.</p>\n<p>I hope this post made you curious about Docker and WordPress. Thanks for reading along!</p>\n<h3>Links</h3>\n<ul>\n<li><a href="https://docs.docker.com/compose/" target="_blank">Docker Compose</a></li>\n<li><a href="https://hub.docker.com/" target="_blank">Docker Hub</a></li>\n<li><a href="https://blog.wppusher.com/the-easiest-way-to-use-docker-for-wordpress-development/" target="_blank">My Docker setup for WP Pusher</a></li>\n</ul>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 20 Feb 2017 18:23:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:115:"WPTavern: Disqus Hits Sites with Unwanted Advertising, Plans to Charge Large Publishers a Monthly Fee to Remove Ads";s:7:"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=66098";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/disqus-hits-sites-with-unwanted-advertising-plans-to-charge-large-publishers-a-monthly-fee-to-remove-ads";s: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:7974:"<p>When Disqus <a href="https://blog.disqus.com/our-plans-for-2017" target="_blank">announced</a> it would be releasing new, subscription-based versions later this year, users didn&#8217;t expect to have the new advertising model injected into their sites without notice. Disqus CEO Daniel Ha said the company would release finalized pricing and provide more details well in advance of its planned March release, but users are reporting that the advertising has already been forced into their comments without warning.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Why did <a href="https://twitter.com/disqus">@disqus</a> just add a bunch of ads to my site without my permission? <a href="https://t.co/CzXTTuGs67">https://t.co/CzXTTuGs67</a> <a href="https://t.co/y2QbFFzM8U">pic.twitter.com/y2QbFFzM8U</a></p>\n<p>&mdash; Harry Campbell (@TheRideShareGuy) <a href="https://twitter.com/TheRideShareGuy/status/826921387273052160">February 1, 2017</a></p></blockquote>\n<p></p>\n<p>&#8220;We are one of the lucky 5% who now has to pay if we don&#8217;t want really irrelevant and horribly spammy links just plopped on our site with zero warning,&#8221; BabyCenter Social Media Manager Dina Vernon Freeman said. &#8220;Unless our users (mainly millennial parents) should care about overpaying for dentures! We&#8217;re looking for other platforms ASAP.&#8221;</p>\n<p>Brian O&#8217;Neill, who manages Slugger O&#8217;Toole, a site with more than 70,000 readers, was also hit with unwanted advertising on his site.</p>\n<p>&#8220;Disqus has started to put ads into our comments section of our site without even telling us,&#8221; O&#8217;Neill said in a <a href="https://sluggerotoole.com/2017/02/02/bear-with-us-as-we-try-to-remove-those-terrible-disqus-ads-from-the-comments-area/" target="_blank">post</a> explaining the new ads to the site&#8217;s readers. &#8220;As you can imagine I am extremely annoyed at this – I hate crappy online ads as much as you do. Supposedly we can remove the ads if we pay them $10 a month, but as yet there is no mechanism on their site to do this.&#8221; O&#8217;Neill said he is also exploring alternative commenting systems if he is unable to remove the advertising.</p>\n<p>Disqus responded to user complaints with a post to clarify that <a href="https://blog.disqus.com/advertising-will-remain-optional-for-over-95-of-sites-on-disqus" target="_blank">advertising will remain optional for more than 95% of the sites on Disqus</a>.</p>\n<p>&#8220;Larger, commercial, sites that elect to use the free version of Disqus will be supported by configurable advertising and have the option to earn revenue through the Reveal program,&#8221; Disqus Marketing Manager Mario Paganini said. &#8220;For small, non-commercial sites, advertising will be optional. These sites will be able to use Disqus’ ads-optional subscription, free of charge.&#8221;</p>\n<p>Publishers asked in the comments when the option to pay to remove ads will become available, as an option to pay isn&#8217;t currently in place.</p>\n<p>&#8220;Larger sites will be able to run a paid subscription version of Disqus that includes the ability to remove ads along with additional features,&#8221; Paganini said. &#8220;We are aiming to have this available in the next couple of months. We will be making periodic updates on our blog and talking to publishers in the meantime.&#8221;</p>\n<p>Disqus is moving to focus on its larger publishers but has already attracted angry criticism from publishers that were not properly informed of the changes. Over the years the company has experimented with different ways of monetizing the commenting platform, often frustrating users in the process of making important changes.</p>\n<p>In 2014, Disqus began experimenting with advertising in the form of &#8220;Sponsored Comments&#8221; that users could not turn off without contacting support. This move drew <a href="https://ma.tt/2014/11/disqus-spam-ads/" target="_blank">criticism from WordPress co-founder Matt Mullenweg</a> who essentially called out the ads as little more than comment spam. After a negative reaction from its community, Disqus quietly discontinued the Sponsored Comments and scrubbed the <a href="https://blog.disqus.com/heads-up-were-testing-a-new-form-of-advertising" target="_blank">announcement post</a> from the internet.</p>\n<h3>Disqus Delivers Low-Quality Ads</h3>\n<p>Disqus has struggled to land on an effective advertising model that will convince users to get on board. Its <a href="https://help.disqus.com/customer/portal/articles/2069645-reveal-f-a-q-" target="_blank">Reveal advertising program</a> is notorious for serving low-quality ads and has inspired little confidence in users who have tried it. The following is one of the tamer examples:</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/disqus-ads.png?ssl=1"><img /></a></p>\n<p>&#8220;I think if you had somewhat decent advertising you might convince people that it&#8217;s worth it, but I had to yank it from one of my sites because it was all &#8216;Ron Paul wants you to buy gold!&#8217; and &#8217;22 times the photos showed too much!\'&#8221; Paul King, an author who writes for multiple publications, commented on Disqus&#8217; most recent advertising announcement. &#8220;Just put in a tier of non-spam advertising that&#8217;s actually relevant or charge based on comments or something.&#8221;</p>\n<p>Twitter is filled with complaints from users who are dissatisfied with the questionable quality of Disqus&#8217; advertising. Many are searching for alternatives.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr"><a href="https://twitter.com/disqus">@disqus</a> We\'ve disabled ads straight away (they are literally ALL scams) &#8211; if you force those ads on us, we\'re dropping you like a hot potato</p>\n<p>&mdash; That\'s Nonsense (@thatsnonsense) <a href="https://twitter.com/thatsnonsense/status/828739990486208512">February 6, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Why <a href="https://twitter.com/disqus">@disqus</a> think it\'s acceptable to serve disgusting, misogynistic ads (OR ANY ADS) on people\'s blogs without asking is beyond me.</p>\n<p>&mdash; Rosie (@RosieLondoner) <a href="https://twitter.com/RosieLondoner/status/828642646478426112">February 6, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">I\'m removing <a href="https://twitter.com/hashtag/disqus?src=hash">#disqus</a> from <a href="https://t.co/PSlovlA6Tm">https://t.co/PSlovlA6Tm</a> since they\'ve suddenly turned on (notably creepy) ads with no warning.</p>\n<p>&mdash; James Britt <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f3a7.png" alt="🎧" class="wp-smiley" /> (@jamesbritt) <a href="https://twitter.com/jamesbritt/status/826922670407172096">February 1, 2017</a></p></blockquote>\n<p></p>\n<p>This recent move to turn on advertising without publishers&#8217; permission is another communication blunder in the same vein as the previous attempt at Sponsored Comments. Disqus has failed to find a communication strategy that respects users&#8217; content while leading the company towards its goals at the same time. With spam-quality ads deploying network-wide, the company can certainly expect that some users will be willing to pay the $10/month to turn them off. Sadly, the experience of paying to turn off offensive ads feels more like getting mugged on your way to work than upgrading your service.</p>\n<p>The <a href="https://wordpress.org/plugins/disqus-comment-system/" target="_blank">Disqus Comment System</a> plugin has been hovering around 200,000 active sites for the past two years and its ratings continue to plummet on WordPress.org. Unless Disqus is able to dramatically improve its advertising network before its official March release, we may see a mass exodus to other commenting systems.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 18 Feb 2017 00:16: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:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"WPTavern: How to Check if Installed Plugins Are No Longer in the Plugin Directory";s:7:"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=66106";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/how-to-check-if-installed-plugins-are-no-longer-in-the-plugin-directory";s: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:9904:"<p>When we wrote about <a href="https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory">why plugins sometimes disappear</a> from the WordPress plugin directory, it generated a healthy discussion in the comments. One of the topics of discussion brought up is whether or not <a href="https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory#comment-209733">users should be notified</a> when a plugin disappears and if so, how?</p>\n<p>Currently, when a plugin is hidden on the directory, users are not notified. If it&#8217;s removed due to a security vulnerability and the author chooses not to fix it or move the plugin somewhere else such as <a href="https://github.com/">GitHub</a>, users are left in the dark.</p>\n<p>Donna Cavalier shared a <a href="https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/">recent example</a> of why users should be notified. Contact Form DB is a popular plugin that saves contact form submissions from many popular Contact Forms plugins to the database. As of <a href="https://web.archive.org/web/20161030050515/https://wordpress.org/plugins/contact-form-7-to-database-extension/">October 30th, 2016</a>, it was actively installed on more than 400K sites.</p>\n<p>Approximately <a href="https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/">one month ago</a>, the plugin was hidden due to a security vulnerability. Instead of releasing a patch, Michael Simpson, creator of Contact Form DB, moved the plugin <a href="https://github.com/mdsimpson/contact-form-7-to-database-extension/releases">to GitHub</a> and subsequently released a <a href="https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30">new version</a> that patched the vulnerability. Simpson says the person on the plugin review team that he spoke with was condescending, unprofessional, and rubbed him the wrong way.</p>\n<p>&#8220;I’m happy to address any issues and meet any standards, but I’m at the limit of my patience,&#8221; Simpson said.</p>\n<p>&#8220;I try to be a good citizen and give back to the community. I’ve put in countless hours for close to seven years now. When I’m treated like this, it seems WordPress doesn’t value me or my contribution to its community.</p>\n<p>&#8220;Anyway, I put the code on GitHub and I will continue to support it. But at this point I’m not sure I want to deal with people like this to re-list the plugin on this site. I don’t need the frustration.&#8221;</p>\n<p><strong>If you use Contact Form DB, please <a href="https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30">update to 2.10.30</a> as soon as possible as it contains the aforementioned security fix.</strong></p>\n<p>It&#8217;s impossible for Contact Form DB users to automatically install updates from GitHub without installing an <a href="https://wptavern.com/github-updater-4-1-to-add-remote-installation-for-wordpress-plugins-and-themes">updater plugin</a>. This leaves thousands of sites at risk.</p>\n<h2>How to Know When Installed Plugins Are No Longer in the Directory</h2>\n<p>In the comments of <a href="https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory">our article</a>, Tavern reader Central Geek <a href="https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory#comment-209776">shared links</a> to a couple of plugins aimed at providing useful information such as, whether a <a href="https://wordpress.org/plugins/vendi-abandoned-plugin-check/">plugin has been abandoned</a> and <a href="https://wordpress.org/plugins/better-plugin-compatibility-control/">better plugin compatibility information</a>.</p>\n<p>One of the plugins he mentions is called <a href="https://wordpress.org/plugins/no-longer-in-directory/">No Longer in Directory, </a>developed by <a href="https://profiles.wordpress.org/whitefirdesign/">White Fir Design</a>. The plugin adds a page to the WordPress backend that informs users if any of the plugins that are installed are available in the plugin directory. It also separately lists installed plugins that haven&#8217;t been updated in two years or more.</p>\n<p><img /></p>\n<p>The check is performed using the plugin directory&#8217;s folder name. The author notes that this could lead to plugins that have never been in the plugin directory to be flagged if they use the same name as a plugin that was in the directory in the past. If you encounter this situation, you&#8217;re encouraged to create a new thread on the <a href="https://wordpress.org/support/plugin/no-longer-in-directory">plugin&#8217;s support forum</a>.</p>\n<p>So far, No Longer in Directory is actively installed on more than 1K sites. Out of a total of <a href="https://wordpress.org/support/plugin/no-longer-in-directory/reviews/">six reviews</a>, its average rating is 4.8 out of 5 stars. I tested the plugin with WordPress 4.8 alpha and didn&#8217;t encounter any issues.</p>\n<p>If this is a feature you&#8217;d like to see implemented in WordPress, consider <a href="https://wordpress.org/ideas/topic/alert-when-installed-plugins-have-been-removed-from-the-plugin-directory">voting for it</a>. So far, the idea has 43 votes with a five-star average rating. <a href="https://profiles.wordpress.org/ipstenu">Mika Epstein</a>, Plugin Directory Representative, <a href="https://wordpress.org/ideas/topic/alert-when-installed-plugins-have-been-removed-from-the-plugin-directory#post-22481">responded to the idea</a> four years ago noting that it was being worked on.</p>\n<p>As Epstein mentioned in our previous article, explaining WHY a plugin has been closed is complex.</p>\n<p>“Obviously the last thing we want are people getting hacked, but it presents us with a few options and they all have flaws,&#8221; she said.</p>\n<p>&#8220;We’ve not been able to determine a way to tell people ‘This plugin is gone, don’t use it’ and ‘This plugin is gone, but use it if you want.’ without putting users at risk.”</p>\n<h2>If a Plugin Is Permanently Removed From the Directory, Users Should Be Notified</h2>\n<p>I believe users should be informed if a plugin is permanently removed from the directory. It doesn&#8217;t make sense to notify users if it&#8217;s temporarily hidden due to violating a guideline or a security issue. Plus, between upgrade and admin notices, users are receiving enough notifications as it is.</p>\n<p>I&#8217;m unsure if the notification should be an admin notice as we&#8217;ve <a href="https://wptavern.com/please-stop-abusing-wordpress-admin-notices">already documented</a> how plugin authors are using them to advertise. Users are increasingly getting annoyed by them and they&#8217;re usefulness is in decline.</p>\n<p>There&#8217;s also the question as to who is responsible for informing users. This responsibility should fall squarely on the plugin author. If I was a plugin author and not interested in someone <a href="https://wptavern.com/adopt-me-plugin-tag-is-now-in-use-on-wordpress-org">adopting my plugin</a> and wanted it removed from the directory, I&#8217;d do so by pushing out one last update.</p>\n<p>I&#8217;d explain in the plugin&#8217;s description and changelog that support and updates would no longer occur and that users should seek alternatives. I might even suggest a few that come to mind. Then, after about a month, I&#8217;d submit a request to the plugin review team to permanently remove it.</p>\n<p>This would give users a heads up and plenty of time to seek out an alternative. The Post Template plugin is a good example of this idea in action. Here is the notice it displayed on all of its settings pages before it disappeared.</p>\n<blockquote><p><strong>Since version 4.0.0, the plugin has been released under a commercial license. New features such as addition of custom fields to the templates have been added. Furthermore, this version is discontinued, which means that no further bug fixes, new features and compatibility fixes for new WordPress versions will be implemented. If you want to buy the latest version of Post Template, please visit the plugin web page.</strong></p></blockquote>\n<p>By notifying users ahead of time, the responsibility shifts to the user to find an alternative.</p>\n<p><a href="https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/page/2/#post-8726059">Simpon </a>said he&#8217;ll work to get the plugin re-listed but it may take some time as he&#8217;s swamped with work. At the time of publishing, <a href="https://wordpress.org/plugins/contact-form-7-to-database-extension/">the plugin</a> is not available on WordPress.org.</p>\n<h2>An Unfortunate Situation for Users of Contact Form DB</h2>\n<p>While <a href="https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/page/2/">users sympathized</a> with Simpson over his decision, I think it&#8217;s partly irresponsible. If a plugin has a security vulnerability, patching it and making it available as soon as possible should take precedence over how one feels about a situation.</p>\n<p>Instead of putting aside differences and pushing out an update to patch a security vulnerability, Simpson chose to move the plugin and the patched version to GitHub. The decision not to work with the plugin review team has put thousands of sites at risk with no easy way for users to update.</p>\n<p>Hopefully, Simpson will work with the team to get a patched version of Contact Form DB back onto the directory as soon as possible. Until then, if you use Contact Form DB, please <a href="https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30">update to 2.10.30</a> manually as it patches the security vulnerability.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 17 Feb 2017 08:52:15 +0000";s: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: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:87:"WPTavern: WPWeekly Episode 263 – Plugins Disappearing, WordCamp Miami, and OSTraining";s:7:"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=66103&preview=true&preview_id=66103";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wpweekly-episode-263-plugins-disappearing-wordcamp-miami-and-ostraining";s: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:3129:"<p>In this episode, <a href="http://marcuscouch.com/">Marcus Couch</a> and I discuss the news making headlines including, WordCamp Miami in its 9th year, OSTraining partnering with GoDaddy to release training videos, and why plugins sometimes disappear from the WordPress plugin directory. We also provide an update on the REST API vulnerability that is actively being exploited to deface webpages.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/wordpress-rest-api-vulnerability-exploits-continue">WordPress REST API Vulnerability Exploits Continue</a><br />\n<a href="https://wptavern.com/google-changes-the-wording-of-its-wordpress-update-notifications">Google Webmaster Tools Fixes Confusing Messages About Updating WordPress</a><br />\n<a href="https://wptavern.com/wordcamp-miami-2017-to-host-javascript-track-ama-spots-and-2-day-kids-camp">WordCamp Miami 2017 to Host JavaScript Track, AMA Spots, and 2-Day Kids’ Camp</a><br />\n<a href="https://wptavern.com/ostraining-partners-with-godaddy-to-launch-free-wordpress-beginner-course-on-youtube">OSTraining Partners with GoDaddy to Launch Free WordPress Beginner Course on YouTube</a><br />\n<a href="https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory">Why Plugins Sometimes Disappear From the WordPress Plugin Directory</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href="https://wordpress.org/plugins/mobile-featured-image/">Mobile Featured Image</a> allows users to add a featured image specifically for mobile devices. The new image can be a resized version of your featured image or an entirely new image targeted especially at mobile viewers.</p>\n<p><a href="https://wordpress.org/plugins/fb-messenger-bot/">FB Messenger Bot for WooCommerce</a> automatically messages clients from your Facebook page, WooCommerce, or Gravity Forms. The plugin creates a &#8216;send to Facebook&#8217; button at the end of the WooCommerce Sales process or on the Gravity Forms thank you page.</p>\n<p><a href="https://wordpress.org/plugins/restrict-new-users-by-domain/">Restrict New Users by Domain </a>makes it easy to whitelist or blacklist email domains that new users can use when registering. If using the whitelist, only new users who enter an email domain on the whitelist will be allowed to create an account. If using the blacklist, a user who enters an email domain on the blacklist will be unable to register.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 22nd 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">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #263:</strong><br />\n</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 16 Feb 2017 23:01:09 +0000";s: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: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:31:"Post Status: LoopConf in review";s:7:"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://poststatus.com/?post_type=poststatus_notes&p=33889";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/loopconf/";s: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:46039:"<p><a href="https://loopconf.com/">LoopConf</a> is a developer centric conference, and LoopConf &#8220;2.1&#8221; took place in Salt Lake City in early February. This second iteration of the event was a great one, with informative, diverse talks, a laid back atmosphere, and it was very well organized &#8212; which is especially impressive considering the challenges that mother nature caused. As an added bonus, you can now <a href="https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF">watch all the talks for free</a>.</p>\n<p>Originally planned for Miami last year, LoopConf was postponed due to a hurricane in southern Florida &#8212; hence the &#8220;.1&#8221; above &#8212; and rescheduled closer to organizer Ryan Sullivan&#8217;s home in Salt Lake City. Despite the postponement, most attendees were still able to make it, and some folks (like me) could only go to the newly scheduled event.</p>\n<p>Salt Lake City was unseasonably warm, making it a pleasant few days, mixed with great food and company. It was also a pleasure to be able to meet more people from local companies, including the newly minted BlueHost and MOJO headquarters downtown.</p>\n<p>Post Status was at LoopConf as a media partner, and <a href="https://poststatus.com/profiles/brian-richards/">Brian Richards</a> and I took a lot of pictures, as well as several video interviews.</p>\n<h3>What to know about LoopConf</h3>\n<p>In our first video interview, Ryan talked about the origins of LoopConf, and described what he hoped attendees would get out of the event:</p>\n<p></p>\n<p>I hope to see a future LoopConf 3, and I think the venue and atmosphere worked really well in Salt Lake City.</p>\n<h3>A small sampling of valuable talks</h3>\n<p>There were many great talks. I didn&#8217;t attend them all, as I was working on other stuff for much of the two days, but the feedback was pretty universally positive, and every talk I did attend, I found valuable.</p>\n<h4>The competitive landscape for WordPress</h4>\n<p><img /></p>\n<p>The first day kicked off with a great talk by Pantheon co-founder Josh Koenig, who spoke on the <a href="https://youtu.be/BsKkFf4vDyw?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF">competitive landscape for WordPress</a>, including opportunities and risks. It was a really excellent start to the event.</p>\n<h4>Empathetic communication</h4>\n<p><img /></p>\n<p>I met Sharon Steed prior to her talk, and she spoke about <a href="https://www.youtube.com/watch?v=Ke9hfBKebxc">empathetic communication</a>. And due to her own journey as a communicator, going through life with a stutter, it has impacted how she thinks about communication and how she advises her clients.</p>\n<p>There were two quotes I loved: &#8220;Technology cannot replace the social aspect of face-to-face communication.&#8221; And, &#8220;Silence kills collaboration.&#8221; I think greater empathy in our ecosystem and society in general is pivotal.</p>\n<h3>Put an &#8220;S&#8221; on it</h3>\n<p><img /></p>\n<p>I don&#8217;t know anyone who knows more about HTTPS than Zack Tollman, who directed the effort to make WIRED&#8217;s website fully HTTPS. They learned many lessons, and he <a href="https://youtu.be/McAzEj2iXaA?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF">shares them in his outstanding talk</a>.</p>\n<h4>Bootstrapping a WordPress business</h4>\n<p><img /></p>\n<p>The <a href="https://poststatus.com/jason-cohen-wp-engine-founder/">most recent podcast</a> episode featured a video interview and extended audio interview with <a href="https://wpengine.com">WP Engine</a> founder and LoopConf keynote speaker Jason Cohen, which I highly recommend you check out. Jason is full of knowledge, and my interview with him pairs well with his keynote talk.</p>\n<p>Jason&#8217;s talk will certainly get you thinking about whether you should raise your prices, that&#8217;s for sure.</p>\n<h4>Watch them all!</h4>\n<p>Don&#8217;t take my word for which talks to see. I just feature these because I got a lot out of them in the moment. However, in general I found this lineup to be one of the most proficient groups of speakers I&#8217;ve seen yet at a WordPress event.</p>\n<p>Check out <a href="https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF">the whole playlist</a>.</p>\n<h3>Pictures</h3>\n<p>Here are pictures from the three days of workshops and talks.</p>\n\n<a href="https://poststatus.com/loopconf/loopconf2-0004/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0004-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0008/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0008-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0011/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0011-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0017/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0017-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0018/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0018-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0019/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0019-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0021/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0021-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0028/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0028-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0033/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0033-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0036/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0036-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0039/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0039-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0051/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0051-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0052/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0052-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0053/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0053-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0056/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0056-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0057/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0057-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0062/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0062-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0063/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0063-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0068/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0068-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0075/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0075-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0077/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0077-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0079/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0079-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0086/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0086-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0087/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0087-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0088/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0088-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0091/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0091-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0115/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0115-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0129/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0129-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0135/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0135-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0136/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0136-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0146/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0146-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-0149/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0149-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1735/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1735-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1746/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1746-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1757/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1757-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1775/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1775-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1778/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1778-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1795/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1795-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1808/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1808-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1809/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1809-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1812/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1812-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1818/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1818-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1819/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1819-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1824/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1824-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1826/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1826-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1831/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1831-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1836/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1836-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1841/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1841-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1854/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1854-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1856/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1856-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1862/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1862-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1868/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1868-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1894/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1894-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1897/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1897-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1911/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1911-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1921/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1921-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1928/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1928-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1936/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1936-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1937/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1937-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1954/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1954-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1968/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1968-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1978/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1978-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1979/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1979-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1983/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1983-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1986/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1986-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1991/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1991-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-1996/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1996-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2005/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2005-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2015/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2015-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2030/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2030-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2042/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2042-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2043/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2043-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2049/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2049-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2062/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2062-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2079/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2079-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2080/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2080-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2093/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2093-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2103/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2103-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2106/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2106-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2119/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2119-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2151/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2151-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2163/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2163-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2172/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2172-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2180/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2180-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2194/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2194-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2215/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2215-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2240/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2240-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2253/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2253-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2290/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2290-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2291/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2291-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2293/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2293-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2311/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2311-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2330/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2330-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2334/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2334-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2370/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2370-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2377/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2377-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2380/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2380-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2390/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2390-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2413/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2413-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2447/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2447-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2466/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2466-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2487/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2487-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2511/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2511-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2515/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2515-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2517/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2517-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2521/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2521-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2528/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2528-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2531/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2531-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2532/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2532-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2533/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2533-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2536/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2536-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2538/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2538-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2541/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2541-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2542/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2542-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2546/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2546-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2561/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2561-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2570/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2570-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2590/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2590-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2597/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2597-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2599/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2599-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2615/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2615-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2617/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2617-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-2652/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2652-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9825/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9825-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9826/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9826-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9828/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9828-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9830/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9830-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9831/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9831-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9833/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9833-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9835/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9835-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9837/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9837-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9839/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9839-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9846/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9846-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9848/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9848-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9850/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9850-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9851/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9851-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9859/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9859-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9863/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9863-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9866/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9866-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9868/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9868-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9876/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9876-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9879/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9879-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9885/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9885-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9887/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9887-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9888/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9888-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9892/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9892-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9895/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9895-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9904/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9904-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9905/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9905-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9911/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9911-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9914/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9914-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9929/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9929-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9933/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9933-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9940/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9940-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9941/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9941-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9949/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9949-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9953/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9953-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9956/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9956-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9960/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9960-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9962/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9962-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9965/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9965-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9967/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9967-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9969/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9969-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9970/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9970-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9971/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9971-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9976/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9976-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9993/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9993-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9986/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9986-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/loopconf/loopconf2-9981/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9981-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n\n<p>You are welcome to use these pictures however you wish. If you&#8217;d like to credit Brian Richards or myself, or Post Status, we&#8217;d appreciate it &#8212; but it&#8217;s not required. Pictures he took show Canon 6D in the meta description, and pictures I took show Canon 70D in the description.</p>\n<h3>More interviews from LoopConf</h3>\n<p>I&#8217;ll have more interviews from LoopConf over the coming days and weeks. I chatted with several core contributors and developers about specific experiences they&#8217;ve had with WordPress. Keep an eye out for those!</p>\n<h3>A fun, niche event with a lot of value</h3>\n<p>LoopConf was pretty laid back, and did a lot of things really well.</p>\n<p>For one, I&#8217;m super jealous of how quickly they got the videos uploaded, and they&#8217;ve generously made them available for free for everyone. Also, there were no noticeable event hiccups, and the team was always available to help with whatever attendees may need.</p>\n<p>The venue itself was really nice, as you can hopefully see in the pictures, and the whole place was laid out in a way that made both the talks and the hallway track highly accessible. And sponsors were in the center of the whole event, which was great.</p>\n<p>I found that the size of the event (I&#8217;d guess around 200 people) made it so that conversations were easy to have, and we were able to go in-depth. And because everything from breakfast to dinner to the after party were at the venue, it made everything super convenient.</p>\n<p>If and when there&#8217;s a LoopConf 3, you should go! I&#8217;ve also found this general theme to be true at other niche WordPress events &#8212; including <a href="https://adayofrest.hm">A Day of REST</a> (specific to the REST API in WordPress, which you should go to next month!) and <a href="https://pressnomics.com">PressNomics</a> (a WordPress business event, which you should go to in April!), and even my own <a href="https://poststatus.com/publish">Publish</a> event (which may have a second iteration later this year).</p>\n<p>To learn more about LoopConf, <a href="https://loopconf.com/">check out the website</a>. And definitely take advantage of all of those <a href="https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF">free videos</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, 16 Feb 2017 20:00:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:125:"WPTavern: Matt Mullenweg Responds to Security Rant: Digital Signatures for WordPress Updates Are Important but Not a Priority";s:7:"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=66076";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:135:"https://wptavern.com/matt-mullenweg-responds-to-security-rant-digital-signatures-for-wordpress-updates-are-important-but-not-a-priority";s: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:8422:"<p>Scott Arciszewski, Chief Development Officer for Paragon Initiative Enterprises, who is most widely known for his <a href="https://paragonie.com/blog/2017/02/cryptographically-secure-php-development">cryptography engineering work</a>, published a post on Medium criticizing Matt Mullenweg, co-creator of the WordPress open-source software project, for not caring enough about security. Arciszewski has since retracted the post but you can <a href="http://web.archive.org/web/20170214062414/https://medium.com/@CiPHPerCoder/stopmullware-on-the-security-of-27-of-the-websites-on-the-internet-298a7e5b6871">read it</a> via the Wayback Machine.</p>\n<p>Arciszewski is working on a project known as <a href="https://download.libsodium.org/doc/">libsodium</a>, a core extension to PHP 7.2 which allows for encryption, decryption, signatures, password hashing and more. Its goal is to enable developers to build higher-level cryptographic tools.</p>\n<p>WordPress&#8217; automatic update system is handled through api.wordpress.org. Since updates do not have a digital signature, if api.wordpress.org were compromised, attackers could send malicious updates to thousands or millions of sites. This scenario was at the forefront of people&#8217;s minds late last year after Wordfence <a href="https://www.wordfence.com/blog/2016/11/hacking-27-web-via-wordpress-auto-update/">published details</a> of a complex security vulnerability that could have compromised the update servers.</p>\n<p>Arciszewski suggests offline code signing and elliptic curve cryptography as solutions, &#8220;The key that can produce a valid signature for a file isn’t stored on the server (only the file itself and a valid signature are), so even if the server gets hacked, attackers can’t just add trojan horse malware to the file,&#8221; he said.</p>\n<p><a href="http://php.net/manual/en/book.openssl.php">OpenSSL</a> is an extension of PHP and is commonly used as public-key cryptography but it only supports RSA which Arciszewski deems inadequate. Since WordPress is written in PHP and supports versions 5.2-7+, Arciszewski needed to create a solution that was as compatible. This inspired him to create <a href="http://web.archive.org/web/20170214062414/https://github.com/paragonie/sodium_compat">sodium_compat</a> that adds <a href="https://ed25519.cr.yp.to/">Ed25519 signature verification</a> to WordPress&#8217; automatic updater.</p>\n<p>Arciszewski submitted a number of patches to WordPress but was told by Dion Hulse, WordPress core developer, that the sodium_compat library could not be merged into core until it passed a security audit by a third-party. Audits can cost a lot of money so Arciszewski&#8217;s plan was to see if Automattic could take on some of the cost or crowd-source the funds. However, his project was put on hold after Mullenweg informed Hulse to stop working on the feature as it&#8217;s not related to the three core focus areas of the Editor, Customizer, and the REST API.</p>\n<p>Arciszewski described the decision as irresponsible and that every user has a reason to be alarmed, &#8220;The WordPress team has shown that they are not responsible enough to govern their impressive ownership of the Internet (with the exception of some folks powerless to correct the organization’s course),&#8221; he said. &#8220;This act of negligence <em class="markup--em markup--p-em">will</em> put the rest of the web in harm’s way.&#8221;</p>\n<h2>Update Signing is Important but Not a Priority</h2>\n<p>Mullenweg <a href="https://medium.com/@photomatt/wordpress-and-update-signing-51501213e1">responded to the post</a> on Medium.com with one of his own and reiterated the WordPress development team&#8217;s commitment to security.</p>\n<p>&#8220;Everyone involved takes their responsibility very seriously, and the growth of WordPress has meant many thoughtful, hard-working people have gotten involved and think of the security of WP sites holistically, from every angle,&#8221; he said.</p>\n<p>Mullenweg also clarified what attacks would be stopped by implementing digital signatures to WordPress updates.</p>\n<p>&#8220;It could stop a man in the middle attack, where someone modifies the update files on the network in between your blog and WordPress.org, or it could stop a situation where the part of .org that serves the update is compromised but the signing part isn’t, and someone decided to send out updates even though they know they’ll be rejected,&#8221; he said.</p>\n<p>The team is unaware of any WordPress sites that have been attacked this way. While the possibility exists, the extent of the damage would likely be limited. The update servers are monitored around the clock and since many large webhosting companies automatically scan their customer&#8217;s sites for malware, the malicious update would likely be discovered quickly.</p>\n<p>Mullenweg describes what would happen if an update server was compromised.</p>\n<p>&#8220;We would turn it off really quickly, notify the world there was an issue, fix the problem, turn it back on, and notify the specific sites or hosts as able,&#8221; he said. Although WordPress <a href="https://w3techs.com/technologies/details/cm-wordpress/all/all">powers 27.5%</a> of the top 10 million sites tracked by Alexa, it&#8217;s highly unlikely that number of sites would be compromised.</p>\n<p>He goes on to say that there are easier ways to compromise a WordPress site and listed the biggest issues to WordPress security based on impact.</p>\n<ol class="postList">\n<li id="6e1f" class="graf graf--li graf-after--p">Sites not updating core.</li>\n<li id="8121" class="graf graf--li graf-after--li">Sites not updating plugins.</li>\n<li id="9cf6" class="graf graf--li graf-after--li">Sites not updating themes.</li>\n<li id="0f5b" class="graf graf--li graf-after--li">Weak passwords, without brute-force protection or two-factor authentication.</li>\n<li id="9601" class="graf graf--li graf-after--li">Hosts (professional or ad-hoc) not scanning and fixing sites.</li>\n<li id="3b2e" class="graf graf--li graf-after--li">Hypothetical issues not seen in practice, which distract from the above existing priorities.</li>\n</ol>\n<p>Mullenweg confirms that he offered to donate to the audit of sodium_compat a day before Arciszewski published his post. Even if the library passed an audit, the code couldn&#8217;t immediately be added to core, &#8220;You would also need to do some significant work on the server-side to isolate the signing from the update server, so it’s worthwhile in the first place,&#8221; he said.</p>\n<p>And if the code were added to core, only the sites that updated to the version that has the cryptographic library and the update checking would be able to take advantage of it. WordPress.org would still need to send updates to older versions that don&#8217;t have update checking. These sites would still be vulnerable to receiving a malicious update.</p>\n<p>Mullenweg says that digital signatures and update signing will end up in WordPress eventually but it&#8217;s not a priority as there are other security issues in front of it, &#8220;We are prioritizing those issues above a nice-to-have, defense in-depth effort,&#8221; he said.</p>\n<p>&#8220;A good approach would be to build the server-side first, because doing that properly, say with an <a href="https://en.wikipedia.org/wiki/Hardware_security_module">HSM</a>, is the difficult and important part; then get the packages signed; then test out verification in a plugin because we don’t want to break auto-updates; and then finally merge into core and set the client to reject non-signed updates. On the client side we need to pick a cryptography library, and get it audited.&#8221;</p>\n<p>Mullenweg ended his post explaining why he published his response on Medium instead of his <a href="http://ma.tt">personal site</a>. &#8220;Seems to be the most popular place for rants like this. I also wanted to try out the famous Medium editor,&#8221; he said.</p>\n<h2>What&#8217;s Next For sodium_compat</h2>\n<p>While the prospects don&#8217;t look good for his library being added to WordPress in 2017, Arciszewski says there are plenty of other PHP projects that could benefit from it, &#8220;For their sake, I’m still strongly inclined to pursue an independent third-party cryptography audit, and attempt to crowd-fund the cost,&#8221; he said.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 15 Feb 2017 23:48:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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: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:49:"BuddyPress: BuddyPress 2.8.0 – “San Matteo”";s:7:"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=263791";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://buddypress.org/2017/02/buddypress-2-8-0-san-matteo/";s: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:8634:"<p>BuddyPress 2.8.0 &#8220;San Matteo&#8221; is now available for download from the WordPress.org plugin repository, or right from your WordPress Dashboard. &#8220;San Matteo&#8221; focuses on various improvement for developers, site builders and site managers.</p>\n<h2 class="headline-title">For Developers &amp; Site Builders</h2>\n<h3 class="headline-title">Modernizing the Codebase</h3>\n<p>To continue the migration of legacy code to modern standards and techniques necessary for the <code>BP REST API</code> project and other new features moving forward, <a href="https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/">BuddyPress 2.8 requires at least PHP 5.3</a>. This will allow us to build better, robust, and secure code, benefiting developers and users now and in the future.</p>\n<h3 class="feature-title">More helpful &#8220;Activate Pending Accounts&#8221; screen</h3>\n<p><img class="size-full wp-image-263800 aligncenter" src="https://buddypress.org/wp-content/uploads/1/2017/02/pending-accounts.png" alt="" width="800" height="500" /></p>\n<p>When you click on the username on the &#8220;Users &gt; Manage Signups&#8221; page, you can now view profile data entered by the user at the time of registration.</p>\n<h3 class="feature-title">Support for <code>List-Unsubscribe</code> header in emails</h3>\n<p><img class="size-full wp-image-263802 aligncenter" src="https://buddypress.org/wp-content/uploads/1/2017/02/list-unsubscribe.png" alt="" width="800" height="500" /></p>\n<p>Allow users to unsubscribe from BuddyPress email notifications in some email clients such as Gmail (web), when properly configured.</p>\n<h3 class="feature-title">Twenty Seventeen Companion Style sheet</h3>\n<p><img class="size-full wp-image-263803 aligncenter" src="https://buddypress.org/wp-content/uploads/1/2017/02/twenty-seventeen.png" alt="" width="800" height="500" /></p>\n<p>BuddyPress looks great in WordPress&#8217;s latest default theme with the new Twenty Seventeen companion style sheet.</p>\n<p>To change the default two-column page layout to a full-width layout as seen in the image, add the <a href="https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-seventeen-theme/">following code</a> to the <code>functions.php</code> file of your Twenty Seventeen child theme.</p>\n<h4 class="feature-title">More hooks for Messages</h4>\n<p>We&#8217;ve added new filters and actions for different methods throughout the Messages component.</p>\n<h4 class="feature-title">A more flexible Group search</h4>\n<p>The new <code>search_column</code> parameter allows developers to specify which columns should be matched, as well as where wildcard characters should be placed, when searching via <code>BP_Groups_Group::get()</code>.</p>\n<h4 class="feature-title">Alphabetical sorting for Groups widget</h4>\n<p>The groups widget can now be sorted alphabetically, in addition to sorting the results by recently active, popular, and newest groups.</p>\n<h4 class="feature-title">Enable choice of <code>PHPMailer</code></h4>\n<p>Developers can specify which <code>PHPMailer</code> should be used when sending BuddyPress with a new filter.</p>\n<h4 class="title">Localization Improvements</h4>\n<p>We continue to improve our localization internals, making it easier for translation editors to ensure that BuddyPress will be available for everyone in their own language.</p>\n<h4 class="title">Developer Reference</h4>\n<p>Regular updates to inline code documentation make it easier for developers to understand how BuddyPress works.</p>\n<h4 class="title">Accessibility Upgrades</h4>\n<p>Continued improvements for universal access help make BuddyPress back- and front-end screens usable for everyone (and on more devices).</p>\n<p><strong>…and much more!</strong></p>\n<p>Read about all the bug fixes and feature enhancements introduced in BuddyPress 2.8.0 at our <a href="https://codex.buddypress.org/releases/version-2-8-0/">official 2.8.0 changelog</a>.</p>\n<p><strong>Thank You to Our Contributors</strong></p>\n<p>Many, many thanks to all those who contributed during this development cycle. This is a volunteer-run project, and these contributors freely gave of their time and expertise to make BuddyPress better than ever:</p>\n<p><a href="https://profiles.wordpress.org/dontdream/">Andrea Tarantini (dontdream)</a>, <a href="https://profiles.wordpress.org/ankit-k-gupta/">Ankit K Gupta (ankit-k-gupta)</a>, <a href="https://profiles.wordpress.org/angeljs/">angeljs</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>, <a href="https://profiles.wordpress.org/thebrandonallen/">Brandon Allen (thebrandonallen)</a>, <a href="https://profiles.wordpress.org/bhargavbhandari90/">Bunty (bhargavbhandari90)</a>,<a href="https://profiles.wordpress.org/ketuchetan/">chetansatasiya (ketuchetan)</a>, <a href="https://profiles.wordpress.org/chiragpatel/">Chirag Patel (chiragpatel)</a>, <a href="https://profiles.wordpress.org/danbp/">danbp</a>, <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>, <a href="https://profiles.wordpress.org/wpdennis/">Dennis (wpdennis)</a>, <a href="https://profiles.wordpress.org/Dianakc/">Diana K. Cury (Dianakc)</a>, <a href="https://profiles.wordpress.org/finzend/">finzend</a>, <a href="https://profiles.wordpress.org/hnla/">Hugo (hnla)</a>,<a href="https://profiles.wordpress.org/jdgrimes/">J.D. Grimes (jdgrimes)</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, <a href="https://profiles.wordpress.org/jonas-lundman/">Jonas Lundman (jonas-lundman)</a>, <a href="https://profiles.wordpress.org/jonieske/">jonieske</a>, <a href="https://profiles.wordpress.org/jreeve/">jreeve</a>, <a href="https://profiles.wordpress.org/lakrisgubben/">lakrisgubben</a>, <a href="https://profiles.wordpress.org/Offereins">Laurens Offereins (Offereins)</a>, <a href="https://profiles.wordpress.org/lgreenwoo/">lgreenwoo</a>,<a href="https://profiles.wordpress.org/maccast/">maccast</a>, <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>, <a href="https://profiles.wordpress.org/mchansy/">mchansy</a>, <a href="https://profiles.wordpress.org/mercime/">mercime</a>, <a href="https://profiles.wordpress.org/tw2113/">Michael Beckwith (tw2113)</a>, <a href="https://profiles.wordpress.org/modemlooper/">modemlooper</a>, <a href="https://profiles.wordpress.org/m_uysl/">Mustafa Uysal (m_uysl)</a>, <a href="https://profiles.wordpress.org/nickmomrik/">Nick Momrik (nickmomrik)</a>, <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>,<a href="https://profiles.wordpress.org/pareshradadiya/">paresh.radadiya (pareshradadiya)</a>, <a href="https://profiles.wordpress.org/petya/">Petya Raykovska</a>, <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, <a href="https://profiles.wordpress.org/rekmla/">rekmla</a>, <a href="https://profiles.wordpress.org/espellcaste/">Renato Alves (espellcaste)</a>, <a href="https://profiles.wordpress.org/rogercoathup/">Roger Coathup (rogercoathup)</a>, <a href="https://profiles.wordpress.org/DarkWolf/">Salvatore (DarkWolf)</a>,<a href="https://profiles.wordpress.org/sanket.parmar/">Sanket Parmar (sanket.parmar)</a>, <a href="https://profiles.wordpress.org/slaffik/">Slava Abakumov (slaffik)</a>, <a href="https://profiles.wordpress.org/stagger-lee/">Stagger Lee (stagger-lee)</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>, <a href="https://profiles.wordpress.org/mahype/">Sven Wagener (mahype)</a>, <a href="https://profiles.wordpress.org/wordpressrene/">wordpressrene</a>.</p>\n<h2>PanuozzoPress</h2>\n<p>BuddyPress 2.8 is called &#8220;San Matteo&#8221; after <a href="http://www.sanmatteopanuozzo.com/">a great pizza restaurant</a> in New York City. San Matteo specializes in the &#8220;panuozzo&#8221;, a pizza-sandwich hybrid native to Salerno, Italy. The proprietor of San Matteo is a friendly fellow who insists on speaking Italian even to customers who don&#8217;t understand a word of it. If you find yourself in the neighborhood, be sure to stop by for a great pizza.</p>\n<h2>Time to Go Get 2.8.0!</h2>\n<p>Grab BuddyPress 2.8.0 &#8220;San Matteo&#8221; from the <a href="https://wordpress.org/plugins/buddypress/">wordpress.org plugin repository</a>, or right from your WordPress Dashboard.</p>\n<p><strong>Questions, comments, feature requests, or bug reports?</strong> Please use our <a href="https://buddypress.org/support/">support forums</a> or our <a href="https://buddypress.trac.wordpress.org/">development tracker</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, 15 Feb 2017 22:38:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Slava Abakumov";s: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:38:"HeroPress: Not every hero wears a cape";s:7:"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=1605";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://heropress.com/essays/not-every-hero-wears-cape/";s: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:8188:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/02/021517-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: Sometimes the biggest heroes are the people who notice that someone else feels out of place, extend their hand, and welcome them in." /><h3>I almost didn’t go to my first WordCamp</h3>\n<p>I started working with WordPress in 2010. A client requested I use WordPress and a Revolution theme they’d purchased to build their new site. When I was done, I submitted it to the theme showcase, and Brian Gardner reached out to tell me how much he’d liked it.</p>\n<p>I continued working with Brian and his themes as Revolution became Revolution 2, and then StudioPress and Genesis. That led to me designing and developing Family Tree, one of the first commercial themes targeted at women entrepreneurs. It was released in May of 2011.</p>\n<p>Right around the release of my first theme, Brian asked if I was going to be at WordCamp San Francisco. There was going to be a Genesis Connect event there, and he wanted me to be there. I really wanted to go, but didn’t know how I was going to pull it off.</p>\n<p>See, after a years long struggle I had recently been diagnosed with bipolar disorder.</p>\n<blockquote><p>I was trying to rebuild my design career with WordPress, but I was really struggling.</p></blockquote>\n<p>I felt like flying to San Francisco to see my internet friends was a luxury I couldn’t afford.</p>\n<p>But when I mentioned it to my wife, she told me we’d find a way. She started hitting travel sites and found a cheap airline ticket. Then she went on AirBnB and booked me a couch in the lobby of an art gallery in the Tenderloin&#8211;it was the cheapest thing we could find. I left on August 11, 2011, three days before my 40th birthday.</p>\n<h3>My first day of WordCamp SF was a nightmare</h3>\n<p>I have pretty severe social anxiety, so my plan was to maintain a low profile and keep to myself until I could meet up with some of my Genesis friends. About 20 minutes into the first talk I went to I was totally lost, so I thought I’d sneak out and hit lunch early. It seemed like a solid plan.</p>\n<p>My foot had fallen asleep during the presentation, though, and as I stood up to sneak out my ankle buckled and I fell. Every head in the auditorium whipped around to stare at me slowly rolling down the aisle. It was painfully obvious to me that not only did I not belong, but I had just made a very public ass of myself and was mortified.</p>\n<h3>Then the WordPress Community stepped in</h3>\n<p>There was already a huge crowd in the courtyard when I managed to slink out of the auditorium. I felt like someone had dropped me back into my junior high cafeteria. I stood in the massive line, wanting nothing more than to find a quiet corner to nurse my wounded pride, call my wife, maybe cry a little, and tell her that coming had been a huge waste of time and money.</p>\n<blockquote><p>If that’s how my day had panned out, my WordPress story might have been a lot different. Instead, I ran into my first ambassador of the WordPress community.</p></blockquote>\n<p>This kind of goofy guy in front of me started chatting me up.</p>\n<p>I told him it was my first WordCamp. He asked me where I was from, and we discovered we lived maybe an hour away from each other: me in San Diego, him in Orange County. He invited me to eat lunch with his group. And that’s how I wound up sitting at a table eating lunch with Steve Zehngut and his crew.</p>\n<p>These people were more like me: marketers and designers, theme authors and SEO specialists, food bloggers and digital nomads. I started to feel like I might belong there, after all. The phone call I made to my wife after lunch was about how much fun I was having, and how many cool people I was meeting.</p>\n<p>Later that day I went to dinner with the crew from Genesis and met even more amazing people I’d only known online. After that, there was a huge Genesis Connect happy hour. The more people I met and talked to, the more friends I made. On Sunday, before one of the final presentations, an auditorium of my new friends sang “Happy Birthday” to me. (I won’t lie&#8211;it was cool but also almost as embarrassing as falling down the first day, lol!)</p>\n<h3>One person can make a difference</h3>\n<p>If Steve hadn’t asked me to eat lunch with his group that day, I might have never gone to another WordCamp. Instead, when WordCamp San Diego 2012 came around Dre Armeda encouraged me to submit a speaker application, and I gave my first talk. For six years now I’ve spoken at every local WordCamp that’s accepted my speaker application, trying to inspire other people to get and stay involved in our community.</p>\n<p>I spent some time looking at the 2011 WCSF attendees list when I was writing this essay. Some of my best friends (and best WordCamp stories) can be directly linked to that list. Even the people I may not have met at that event came into my life because of that event.</p>\n<h3>Six degrees of a lunch invitation</h3>\n<p>I don’t remember whether or not I met Alex Vasquez in San Francisco, but he’s one of the people who actually wants an honest answer when he asks how I’ve been. I’m pretty sure I didn’t meet Andy Stratton there, but I eventually travelled to Baltimore to speak at the WordCamp he and Drew Poland organized. I’m positive I didn’t cross paths with Karim Marucchi, but he eventually became my boss, mentor, and go-to puppy picture friend. And those are just the connections from one event that happened 6 years ago.</p>\n<blockquote><p>WordCamp San Francisco taught me that being a hero doesn’t have to be a huge, dramatic thing.</p></blockquote>\n<p>Sometimes the biggest heroes are the people who notice that someone else feels out of place, extend their hand, and welcome them in. Of all of the lessons I’ve learned in WordPress, that’s the most important one. Thanks, Steve!</p>\n<p><em>(P.S. If anyone knows where I can find some adult Superman Underoos in stock, LMK. WordCamp San Diego is coming up at the end of March, and I never got Steve a proper thank you gift.)</em></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: Not every hero wears a cape" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Not%20every%20hero%20wears%20a%20cape&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fnot-every-hero-wears-cape%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Not every hero wears a cape" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fnot-every-hero-wears-cape%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%2Fnot-every-hero-wears-cape%2F&title=Not+every+hero+wears+a+cape" rel="nofollow" target="_blank" title="Share: Not every hero wears a cape"></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/not-every-hero-wears-cape/&media=https://heropress.com/wp-content/uploads/2017/02/021517-150x150.jpg&description=Not every hero wears a cape" rel="nofollow" target="_blank" title="Pin: Not every hero wears a cape"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/not-every-hero-wears-cape/" title="Not every hero wears a cape"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/not-every-hero-wears-cape/">Not every hero wears a cape</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, 15 Feb 2017 12:00: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:10:"Chris Ford";s: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:86:"WPTavern: Open Source Leadership Summit to Live Stream Keynote Sessions February 14-16";s:7:"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=66058";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wptavern.com/open-source-leadership-summit-to-live-stream-keynote-sessions-february-14-16";s: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:1865:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/open-source-leadership-summit.png?ssl=1"><img /></a></p>\n<p>The Linux Foundation&#8217;s <a href="http://events.linuxfoundation.org/events/open-source-leadership-summit" target="_blank">Open Source Leadership Summit</a> is happening in Lake Tahoe, CA, February 14-16, 2017. The invitation-only event brings together open source technology leaders to collaborate across different projects and share best practices.</p>\n<p>The organizers will be live streaming all of the <a href="https://osleadershipsummit2017.sched.com/overview/type/Keynote" target="_blank">keynote sessions</a> for free throughout the three-day event for a total of 17 presentations. A few sample topics and speakers include:</p>\n<ul>\n<li>State of the Union &#8211; Jim Zemlin, Executive Director of the Linux Foundation</li>\n<li>A Conversation with Linus Torvalds (with Jim Zemlin)</li>\n<li>State of Blockchain &#8211; Christopher Ferris, CTO of Open Technology, IBM</li>\n<li>Security and Privacy in a Hyper-connected World &#8211; Bruce Schneier, Security Expert</li>\n<li>Building and Motivating Engineering Teams &#8211; Camille Fournier, Senior Thinker and Raconteur</li>\n<li>How Cross-Foundation Collaboration is a Win for Open Source &#8211; Abby Kearns, Executive Director, Cloud Foundry Foundation</li>\n</ul>\n<p>Anyone who wants to join the keynote sessions via live stream will need to <a href="http://events.linuxfoundation.org/events/open-source-leadership-summit/program/live-video-stream" target="_blank">sign up</a> ahead of the event. The keynotes will be broadcast in Pacific Daylight Time and viewers can return to the signup page to watch live. Viewers are encouraged to use the event&#8217;s official #lfosls hashtag to tweet about the sessions as they are watching.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 14 Feb 2017 06:32:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:77:"WPTavern: Why Plugins Sometimes Disappear From the WordPress Plugin Directory";s:7:"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=66033";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory";s: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:4548:"<p>Nearly 50K publicly available plugins call the <a href="https://wordpress.org/plugins/">WordPress plugin directory</a> home but once in awhile a few of them seem to disappear. There is usually a good reason for why this happens but the only information available to the public is a page that says the plugin cannot be found. If the plugin is popular enough, concerned users will <a href="https://wptavern.com/contact-me">contact us</a> and ask to investigate what happened.</p>\n<p><a href="https://profiles.wordpress.org/ipstenu">Mika Epstein</a>, Plugin Directory Representative, says there are a number of reasons for why a plugin can end up hidden from view, &#8220;The most well-known, but not the most common, is security issues,&#8221; Epstein said.</p>\n<p>&#8220;Plugins are removed and, by default, hidden mostly because we&#8217;re on bbPress 1.0 and there is not as granular a control with post statuses when compared to WordPress itself.&#8221;</p>\n<p>The plugin review team has three options to choose from when altering a plugin&#8217;s visibility, active, closed, and disabled. Although rarely used, when a plugin is disabled, it is hidden from view but updates are able to be pushed out.</p>\n<p>I asked Epstein why there&#8217;s not more detailed information when a plugin is hidden and the answer is complex, &#8220;The lack of information is partly technical as bbPress 1.0 is limited and partly because we can&#8217;t all agree on the <em>right</em> way to disclose, when to disclose, and when <em>not</em> to disclose,&#8221; she said.</p>\n<p>&#8220;Obviously the last thing we want are people getting hacked, but it presents us with a few options and they all have flaws. We&#8217;ve not been able to determine a way to tell people &#8216;This plugin is gone, don&#8217;t use it&#8217; and &#8216;This plugin is gone, but use it if you want.&#8217; without putting users at risk.&#8221;</p>\n<p>Epstein uses WooCommerce and Jetpack as examples, &#8220;Let&#8217;s say I close Jetpack today and tell people &#8216;WordPress decided not to support it anymore.&#8217; But tomorrow I close WooCommerce and tell people &#8216;I can&#8217;t tell you why.&#8217; That means an intelligent person knows that WooCommerce is <em>probably</em> vulnerable.&#8221;</p>\n<p>It&#8217;s a conundrum without an easy solution. The team typically closes plugins which makes the plugin&#8217;s page disappear. This has the added benefit of making it more difficult to determine if the plugin ever existed. Then the team contacts and works with the developer directly.</p>\n<p>Most closures are done with the knowledge of the plugin author as they are often the ones who request that their plugins be closed.</p>\n<h2>The New WordPress Plugin Directory Will Modernize Plugin Administration</h2>\n<p><a href="https://wptavern.com/new-wordpress-plugin-directory-now-in-open-beta">Announced</a> at WordCamp Europe 2016, the WordPress plugin directory redesign has been in <a href="https://wordpress.org/plugins-wp/">open beta</a> for about eight months.</p>\n<img />WordPress Plugin Directory Redesign\n<p>In addition to bringing a fresh new look to plugin pages, the migration away from bbPress to WordPress will help make the plugin review team&#8217;s job easier, &#8220;Like far too many things in Plugin Land, everything depends on modernizing the backend to something that is functional.&#8221; Epstein said.</p>\n<p>&#8220;Once the new directory is out and I have some more people trained to do reviews properly, then we&#8217;ll have the bandwidth to sit down and really figure out a <strong>best</strong> solution.</p>\n<p>&#8220;A stopgap might be making the page say &#8216;This plugin is no longer available.&#8217; But I&#8217;m personally not sure if that would make FUD better or worse.&#8221;</p>\n<p>If you discover that a plugin you rely on has suddenly vanished from the directory, don&#8217;t panic. Depending on the issue, plugins usually reappear within a week unless the author has requested that it be closed.</p>\n<p>To learn what&#8217;s involved and how the plugin review team does its job, listen to <a href="https://wptavern.com/wpweekly-episode-231-an-inside-look-at-the-plugin-review-process-with-mika-epstein">episode 231</a> of WordPress Weekly. I also encourage you to read our <a href="https://wptavern.com/behind-the-scenes-in-the-wordpress-plugin-directory-with-mika-epstein">detailed interview</a> with Epstein published in 2014, in which most of the information is still accurate.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 14 Feb 2017 03:37:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:60:"WPTavern: WordPress REST API Vulnerability Exploits Continue";s:7:"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=66011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/wordpress-rest-api-vulnerability-exploits-continue";s: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:10607:"<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/emergency.jpg?ssl=1"><img /></a>photo credit: <a href="https://flic.kr/p/dLUWMb">Code &#038; Martini</a> by <a href="https://www.flickr.com/photos/ivanavasilj/">Ivana Vasilj</a> &#8211; cc license\n<p>It has been nearly two weeks since the WordPress security team <a href="https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/" target="_blank">disclosed</a> an unauthenticated privilege escalation vulnerability in a REST API endpoint in 4.7 and 4.7.1. The vulnerability was patched silently and disclosure was delayed for a week to give WordPress site owners a head start on updating to 4.7.2. Last week <a href="https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced" target="_blank">hundreds of thousands of vulnerable sites had already been defaced</a> and the damage reports are still rolling in.</p>\n<p>Over the weekend the attacks increased and WordPress security firms have seen more attempts blocked by their firewalls. <a href="https://sucuri.net/" target="_blank">Sucuri</a>, the website security firm that reported the vulnerability to WordPress, was tracking the &#8220;Hacked by w4l3XzY3&#8221; campaign last week and estimated 66,000 defacements. That particular campaign has now passed 260,000 pages indexed by Google. It is one of nearly two dozen defacement campaigns targeting the vulnerability.</p>\n<p>&#8220;During the past 24 hours we have seen an average growth in defaced pages per campaign of 44%,&#8221; Wordfence CEO Mark Maunder <a href="https://www.wordfence.com/blog/2017/02/rapid-growth-in-rest-api-defacements/" target="_blank">said</a> on Friday. &#8220;The total number of defaced pages for all these campaigns, as indexed by Google has grown from 1,496,020 to 1,893,690. That is a 26% increase in total defaced pages in just 24 hours.&#8221;</p>\n<p>Maunder referenced a <a href="https://www.google.com/trends/explore?date=2017-01-01%202017-12-31&q=%22Hacked%20By%20MuhmadEmad%22,%22Hacked%20By%20SA3D%20HaCk3D%22,%22by%20w4l3XzY3%22,%22Hacked%20By%20Imam%22,%22Hacked%20By%20BALA%20SNIPER%22" target="_blank">Google Trends chart</a> which he said demonstrates the success the defacement campaigns have had over the past week. The spike began on the day WordPress disclosed the vulnerability.</p>\n<p> &q;</p>\n<p>However, White Fir Design, another company that offers security services, <a href="https://www.whitefirdesign.com/blog/2017/02/10/unreliable-claim-that-1-5-million-wordpress-pages-defaced-is-reminder-of-the-terribleness-of-security-companiesjournalists/" target="_blank">disputes Wordfence&#8217;s claims</a> that 1.8 million pages were hacked. The ~2  million pages figure is cited in reports from <a href="http://www.bbc.com/news/technology-38930428" target="_blank">BBC</a>, <a href="http://www.theinquirer.net/inquirer/news/3004423/wordpress-hacking-spree-sees-15-million-web-pages-defaced" target="_blank">The Enquirer</a>, <a href="https://arstechnica.com/security/2017/02/virally-growing-attacks-on-unpatched-wordpress-sites-affects-2m-pages/" target="_blank">Ars Technica</a>, <a href="http://www.cio.com/article/3168761/security/recent-wordpress-vulnerability-used-to-deface-1-5-million-pages.html" target="_blank">CIO.com</a>, and other publications. White Fir Design contends that the hacked pages that have been indexed by Google are not an accurate representation.</p>\n<p>Sucuri CTO Daniel Cid also does not fully agree with Wordfence&#8217;s assessment of the situation. After doing some research over the weekend, Sucuri estimates more than 50,000 sites hacked with 20-30 pages per site defaced. This would be roughly a million on the lower end of the estimate and ranges up to 1.5 million.</p>\n<p>Sucuri is also starting to see more serious attempts on the REST API vulnerability in the form of <a href="https://blog.sucuri.net/2017/02/rce-attempts-against-the-latest-wordpress-rest-api-vulnerability.html" target="_blank">remote code execution (RCE) attacks</a> on sites using plugins that allow for PHP execution from within posts and pages. One such campaign attempts to inject a PHP include to add content from a compromised site and then inject a backdoor hidden in /wp-content/uploads.</p>\n<p>&#8220;Defacements don’t offer economic returns, so that will likely die soon,&#8221; Cid said. &#8220;What will remain are attempts to execute commands (RCE) as it gives the attackers full control of a site – and offers multiple ways to monetize – and SPAM SEO / affiliate link / ad injections. We are starting to see them being attempted on a few sites, and that will likely be the direction this vulnerability will be misused in the coming days, weeks and possibly months.&#8221;</p>\n<p>Hackers are targeting any sites that haven&#8217;t updated to 4.7.2 &#8211; there doesn&#8217;t seem to be any pattern among them. A quick look at the Google results for the most active campaigns shows that compromised sites include blogs, media, government, education, sports, medical, and technology websites.</p>\n<h3>Why the REST API is Enabled by Default</h3>\n<p>The WordPress REST API is enabled by default, as the plan is for more admin and plugin functionality to rely on the REST API in the future. After the recent attacks, several users <a href="https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32110" target="_blank">commented</a> on the vulnerability disclosure to ask why it is enabled by default.</p>\n<p>&#8220;The security issue is in a feature I do not use on any of my sites (REST API) and yet still, this feature is first enabled by default and second since WordPress 4.7 you even need a plugin – which could introduce further security issues – to disable the feature?&#8221; one user (@helios2121) <a href="https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32123" target="_blank">commented</a> on the post. &#8220;Please rethink your approach to security. Make features that not everyone needs opt-in. Or <em>at least</em> give a way to opt out without requiring additional plugins.&#8221;</p>\n<p>Morten Rand-Hendriksen opened a trac ticket to discuss <a href="https://core.trac.wordpress.org/ticket/39806#ticket" target="_blank">disabling the REST API by default</a> and only enabling it when the site admin requests it, or a theme or plugin is dependent on it.</p>\n<p>Core Committer Sergey Biryukov confirmed that the plan is to introduce more core functionality that relies on REST API. &#8220;Turning off the REST API is like turning off admin-ajax.php — both will break your site,&#8221; Biryukov said.</p>\n<p>Rand-Hendriksen asked why the content endpoints cannot be protected by default while allowing the REST API to be on by default for admin purposes. Another user asked why the Users endpoint isn&#8217;t protected by default (i.e. <a href="https://news.microsoft.com/wp-json/wp/v2/users" target="_blank">https://news.microsoft.com/wp-json/wp/v2/users</a> or <a href="https://www.obama.org/wp-json/wp/v2/users" target="_blank">https://www.obama.org/wp-json/wp/v2/users</a>), which &#8220;makes it easier than ever to get all the usernames&#8221; on any site using 4.7+.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/users-endpoint.png?ssl=1"><img /></a></p>\n<p>&#8220;If you really want to disable the REST API on your site(s), this is our current recommendation: restrict it to authenticated users,&#8221; Core Committer James Nylen said. &#8220;However, we want to continue to increase adoption and usage of the REST API, and I expect that even this modification will break more and more WP functionality as time goes on, such as API-driven themes and embeds.&#8221;</p>\n<p>Nylen recommends the <a href="https://wordpress.org/plugins/disable-json-api/" target="_blank">Disable JSON API</a> plugin for those who want to follow that recommendation on sites using WordPress 4.7+. The plugin currently has more than 10,000 active installs.</p>\n<p>The WordPress security team worked diligently to mitigate the attacks by helping hosts and security firms put protections in place before the issue was made public. However, the <a href="https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/" target="_blank">full disclosure of the vulnerability</a> was buried on the Make/Core blog, a site that is not widely read among regular WordPress site owners. The link to the disclosure was published as an addendum to <a href="https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/" target="_blank">the previous post</a> on the WordPress news blog a week later.</p>\n<p>&#8220;While I appreciate the responsible disclosure of this issue and the effort to resolve it, I hope you consider making future announcements via a new post on the WordPress News site, rather than just appending an update to a previous post,&#8221; user @johnrork <a href="https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32105" target="_blank">commented</a> on the official disclosure. &#8220;I am probably not the only one who could have avoided being compromised had this shown up as a new item in my RSS reader on Wednesday.&#8221;</p>\n<p>Those who read the Make blogs had a head start on fixing their own sites and/or their clients&#8217; sites. Those who depend on the WordPress news blog for information on security updates probably read the post when it was initially published and never returned to see the update a week later. An issue this severe warranted WordPress&#8217; transparency in a new post on its news blog. This would have also automatically sent out a tweet to more than half a million followers on the official WordPress account and the Facebook account which has more than a million likes.</p>\n<p>Fortunately, the number of vulnerable sites that also have plugins that could allow attackers to piggyback on this vulnerability is a much smaller number. Defaced sites are embarrassing but easy to fix. In most cases administrators need only update to 4.7.2 and roll back the defaced posts to the most recent revision. Most site owners have no idea how fast exploits begin to pop up after public disclosure, but this situation provided a gentle reminder of the importance of updating WordPress and the benefit of leaving automatic updates on.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 13 Feb 2017 22:59:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:86:"WPTavern: 10up Unveils ElasticPress.io: Elasticsearch as a Service for WordPress Sites";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=65981";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7053:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/elasticpress-logo.png?ssl=1"><img /></a></p>\n<p><a href="https://10up.com" target="_blank">10up</a> launched <a href="https://www.elasticpress.io/" target="_blank">ElasticPress.io</a> this week, its new Elasticsearch SaaS product with plans starting at $299/month. <a href="https://github.com/elastic/elasticsearch" target="_blank">Elasticsearch</a> is an open source, distributed search engine that speeds up searching by using JSON documents to store data in indices. The indices store mapping fields to the corresponding documents and the engine searches the index instead of a site&#8217;s entire database.</p>\n<p>Elasticsearch can perform near-real-time searches and is highly scalable, but the setup is technically demanding. It is used by many large companies, such as GitHub, Soundcloud, Etsy, Netflix, Cisco, and Samsung. It is also one of the most popular enterprise search engines for WordPress sites, as searching WordPress tables with thousands or even millions of records is simply not going to be fast.</p>\n<p>The WordPress plugin directory has a dozen plugins for using and extending Elasticsearch but 10up&#8217;s <a href="https://wordpress.org/plugins/elasticpress/" target="_blank">ElasticPress</a> is by far the most popular with more than a thousand installs. After supporting the plugin for several years, along with many enterprise clients using Elasticsearch, 10up decided to create a hosted service that integrates with ElasticPress.</p>\n<p>&#8220;The reason we created this solution for our clients, and that we’re now making this public, is that we don’t think anyone has provided a super easy, end-to-end (plugin to hosted service) that offers all of the benefits of Elasticsearch and our ElasticPress plugin, while being completely agnostic to your site hosting,&#8221; 10up founder Jake Goldman said.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/elasticpress.png?ssl=1"><img /></a></p>\n<p>ElasticPress.io is an end-to-end solution that is specifically tailored for those using the ElasticPress plugin. This is one of the key differences between managing your own Elasticsearch infrastructure with a service like AWS. ElasticPress.io controls both the hosting and the plugin, allowing the service to optimize performance for both.</p>\n<p>&#8220;There are a number of really neat use cases for ElasticPress on our roadmap that add either risk (security) or headaches (complicated setup and management procedures) if you can’t control both ends,&#8221; Goldman said. &#8220;For instance, there are optional Elasticsearch modules (just like there are optional Apache and Nginx modules) for features like indexing media that many hosted Elastic services don’t enable by default or support. We also want to be able to index and handle content that isn’t public, and many hosted Elastic services aren’t locked down / secured end-to-end with the website by default.&#8221;</p>\n<h3>How ElasticPress.io&#8217;s Pricing Compares to Competitors</h3>\n<p><a href="https://www.elastic.co/" target="_blank">Elastic</a>, the creators of Elasticsearch were one of the first companies to launch Elasticsearch as a service in 2012. Two years later the company raised $70 million in a Series C funding round. Dozens of other Elasticsearch as a service companies have sprouted up since then, with pricing ranging from under $20 to tens of thousands of dollars depending on the resources offered.</p>\n<p>The ElasticPress.io service is the first of its kind in the WordPress ecosystem. Most hosting companies do not have it built into their enterprise level plans. WordPress.com VIP is one of the few that offers Elasticsearch for sites on its <a href="https://vip.wordpress.com/our-services/#hosting-plans" target="_blank">plans</a> which range from $5,000 &#8211; $25,000 per month. WP Engine has an Elasticsearch solution as part of its <a href="https://wpengine-labs.com/" target="_blank">Labs program</a>, which is based on a fork of ElasticPress. However, the solution has not yet been officially added to the company&#8217;s enterprise plans.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr"><a href="https://twitter.com/10up">@10up</a> <a href="https://twitter.com/mgibbs189">@mgibbs189</a> <a href="https://twitter.com/cabgfx">@cabgfx</a> <a href="https://twitter.com/sbangnielsen">@sbangnielsen</a> <a href="https://twitter.com/SearchWP">@SearchWP</a> ElasticPress plus lower cost providers is still extremely powerful for under $12 a month</p>\n<p>&mdash; Scott Kingsley Clark (@scottkclark) <a href="https://twitter.com/scottkclark/status/830165095045033984">February 10, 2017</a></p></blockquote>\n<p></p>\n<p>For the most part, developers who have to implement Elasticsearch for a WordPress site are faced with hosting their own instance and managing it themselves. This is the most cost effective option but comes with a great deal more responsibility.</p>\n<p>&#8220;Elasticsearch is a quickly evolving platform, and they don’t exactly have the same commitment to infinite backwards compatibility that WordPress has these days,&#8221; Goldman said. &#8220;Major Elasticsearch upgrades can break old integrations. That means the site owner needs to either worry about automatic version upgrades breaking their site, or has to manage their upgrades carefully. By controlling the integration with Elastic on the website site and controlling the hosting, we can carefully handle version upgrades for customers while making sure nothing breaks.&#8221;</p>\n<p>10up is aiming at the higher end of the market where customers are looking for convenience and access to the creators of ElasticPress for support. Goldman anticipates many of those customers will be similar to the product&#8217;s existing customers who simply need a robust keyword search or related content engine that will &#8220;just work.&#8221; ElasticPress.io is also targeting smaller and mid-tier businesses that are experiencing performance bottlenecks with WordPress&#8217; native query engine.</p>\n<p>&#8220;Those customers are typically relying on rather complicated faceting / filtering of content, the classic use-case being a WooCommerce store where customers are constantly filtering on a handful of unique (unique = hard to cache) meta data all the time,&#8221; Goldman said. &#8220;That’s where ElasticPress really shines: our native WooCommerce support and optimization take those very taxing queries and makes them lightning fast.&#8221;</p>\n<p>As the service is fairly unique in the WordPress space, ElasticPress.io&#8217;s <a href="https://www.elasticpress.io/#pricing" target="_blank">pricing</a> has room to evolve as 10up learns from its customers. The plans currently range from $299 &#8211; $999 per month with increasing storage space and tiered support response times. Goldman said they haven&#8217;t ruled out other pricing points and may explore more pricing options in the future.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 11 Feb 2017 06:33:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:94:"Post Status: Jason Cohen, founder of WP Engine, on growing your company well — 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=33802";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://poststatus.com/jason-cohen-wp-engine-founder/";s: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:2420:"<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. In this episode, I interview <a href="https://twitter.com/asmartbear">Jason Cohen</a>, the founder of WP Engine and current CTO.</p>\n<p>I talked to Jason about a whole lot of things, mostly to do with growing well. Whether you&#8217;re growing revenue, company size, or personal development &#8212; this is a conversation about growth, and how to do it well.</p>\n<p>Unlike many entrepreneurs in the WordPress space, WP Engine isn&#8217;t Jason&#8217;s first business. He&#8217;s done this before, and made plenty of mistakes. He talks about what he&#8217;s done differently at WP Engine and how its made him a happier person.</p>\n<p>This interview took place at LoopConf, and <a href="https://www.youtube.com/watch?v=b_CmkUT25BE">Jason was a keynote presenter</a>. His LoopConf talk pairs well with our discussion.</p>\n<p>You can catch the first segment on video, and the entire conversation is on the audio podcast.</p>\n<p></p>\n<a href="https://audio.simplecast.com/60233.mp3">https://audio.simplecast.com/60233.mp3</a>\n<p><a href="https://audio.simplecast.com/60233.mp3">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href="https://wpengine.com/">WP Engine</a></li>\n<li><a href="https://loopconf.com/">LoopConf</a></li>\n<li><a href="https://blog.asmartbear.com/">Jason&#8217;s blog</a></li>\n</ul>\n<h3>Sponsor: iThemes</h3>\n<p>This episode is sponsored by <a href="https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads">iThemes</a>. The team at iThemes offers WordPress plugins, themes and training to help take the guesswork out of building, maintaining and securing WordPress websites. For more information, check out their <a href="https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads">website</a> and thank you to iThemes for being a Post Status partner.</p>\n<p><em>Photo by Brian Richards for Post Status</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:"Sat, 11 Feb 2017 04:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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: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:44:"WPTavern: In Case You Missed It – Issue 17";s:7:"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=65984&preview=true&preview_id=65984";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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-17";s: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:8994:"<p><a href="https://i2.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>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>Interviewed for WordPress.tv</h2>\n<p>A few weeks ago, Marcus Couch and I were interviewed by John Parkinson. Parkinson is a volunteer moderator and performs community outreach for WordPress.tv. In the interview, we discuss the benefits of WordPress.tv, the WordPress community, WordCamps, and more. I encourage you to check out his <a href="https://blog.wordpress.tv/tag/interview/">other community interviews</a> as well.</p>\n<p></p>\n<h2 class="selectionShareable">WooCommerce and WordPress Used to Sell Stress Cubes</h2>\n<p>CNBC has <a href="http://www.cnbc.com/2017/01/30/a-24-year-old-made-345000-by-beating-kickstarters-to-market.html">an interesting story</a> that features a 24-year-old who made $345K in two months selling <a href="https://stresscube.com/">Stress Cubes</a>, a knock-off of the Fidget Cube. The Fidget Cube raised <a href="https://www.kickstarter.com/projects/antsylabs/fidget-cube-a-vinyl-desk-toy">nearly 6.5M dollars</a> in crowdfunding money.</p>\n<p>The Fidget Cube experienced significant delays in shipping due to manufacturing issues. The 24-year-old contacted suppliers in China, purchased 1,000 plastic cubes, created a similar product, and shipped it to market before the Fidget Cube had a chance to reach backers. He used WordPress and WooCommerce to sell Stress Cubes grossing him nearly $350K in two months.</p>\n<h2>Why WordPress in Education</h2>\n<p>Jared Bennett <a href="https://dev.commons.hwdsb.on.ca/2017/02/08/why-wordpress-in-education/">explains</a> how the <a href="http://www.hwdsb.on.ca/">Hamilton Wentworth District School Board</a> uses WordPress.  &#8220;We run over 100 individual school websites on a WordPress Multisite Network, and back in May of 2011, we launched the HWDSB Commons: a second Multisite Network which now hosts over 8,000 blogs for over 30,000 users,&#8221; Bennett said.</p>\n<p>Bennett <a href="https://github.com/hwdsbcommons/">shares links</a> to plugins the team created to solve specific issues such as comment moderation in BuddyPress and blocking specific modules in Jetpack. Since WordPress is free as in beer, it allows his school board to spend public money in a more responsible way.</p>\n<p>&#8220;In the WordPress ecosystem we operate in, I pay for functionality to be developed, and I share it openly on platforms like the WordPress plugin repository, or on sites like <a href="https://github.com/hwdsbcommons/">Github,</a>&#8221; Bennett said.</p>\n<p>&#8220;The money you would have spent to enable the previously developed functionality, you can now spend on something else, something that I might benefit from. Think about how much more responsible this model is, particularly when we are talking about spending public money.</p>\n<p>&#8220;We are all contributing; and the community benefits from those contributions; and our money — and the functionality of our platforms — improves exponentially faster than if we were all spending our money paying the private company over and over for code that has already been paid for by previous customers.&#8221;</p>\n<p>To learn more about WordPress in education, listen to <a href="https://wptavern.com/wpweekly-episode-261-wordpress-for-schools-with-cameron-barrett">episode 261</a> of WordPress Weekly where we interview Cameron Barrett, founder of <a href="http://schoolpress.co/">SchoolPresser, LLC</a>. Barrett explains how he negotiated and helped migrate Newark New Jersey’s public school system from a proprietary CMS to WordPress.</p>\n<h2>WP101 Plugin Now Has WooCommerce and Jetpack Videos</h2>\n<p>The <a href="https://wp101plugin.com/">WP101 plugin</a> has added Jetpack and WooCommerce training videos. This is in addition to the Yoast SEO and WordPress training videos.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Huge update for our WP101 Plugin! It now includes WooCommerce and Jetpack videos. That’s 90 videos for your clients! <a href="https://t.co/6jtzj1JgkC">https://t.co/6jtzj1JgkC</a> <a href="https://t.co/CByYvd61Xi">pic.twitter.com/CByYvd61Xi</a></p>\n<p>&mdash; WordPress 101 (@WP101) <a href="https://twitter.com/WP101/status/829455708802408452">February 8, 2017</a></p></blockquote>\n<p></p>\n<h1 class="entry-title">Adding Meta Fields to a Widget Sidebar Section</h1>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Example for how to add meta fields/controls to a widget sidebar section in the customizer: <a href="https://t.co/aMadLioQn6">https://t.co/aMadLioQn6</a> <a href="https://twitter.com/hashtag/javascript?src=hash">#javascript</a> <a href="https://twitter.com/hashtag/WordPress?src=hash">#WordPress</a></p>\n<p>&mdash; Weston Ruter ⚡ (@westonruter) <a href="https://twitter.com/westonruter/status/829799276976828417">February 9, 2017</a></p></blockquote>\n<p></p>\n<h2>WP Sessions Developer Survey</h2>\n<p>WP Sessions is conducting a <a href="http://wpsessions.com/developer-survey/">developer survey</a> to find out about the tools developers use. Results will be anonymized and shared in aggregate in a few weeks.</p>\n<h2>Widget Logic Has a New Maintainer</h2>\n<p><a href="https://wordpress.org/plugins/widget-logic/">Widget Logic</a>, a popular plugin actively installed on more than 300K sites, has a <a href="https://profiles.wordpress.org/wpchefgadget/">new maintainer</a> named <a href="https://profiles.wordpress.org/wpchefgadget/#content-plugins">WPChef</a>. The plugin was created nine years ago by <a href="https://profiles.wordpress.org/alanft/">Alanft</a>. Prior to WPChef gaining commit access, the last time Widget Logic was updated was <a href="https://plugins.trac.wordpress.org/browser/widget-logic/tags/0.57?rev=1592418">two years ago</a>.</p>\n<p>After gaining access, WPChef released Widget Logic 5.7.0. This version fixed a PHP 7 compatibility issue, a conflict with WPML, added a new default load logic point, and a Ukrainian translation. In addition to bug fixes, a global admin notice to install Limit Login Attempts Reloaded was also added. Limit Login Attempts Reloaded is a separate plugin owned and maintained by WPChef.</p>\n<p><img />Limit Login Attempts Reloaded Admin NoticeThe wording of the notice and appearing globally caused some users to <a href="https://wordpress.org/support/topic/incorrect-widget-logic-team-security-recommendation/">be concerned</a> or upset. Some users responded to the update by <a href="https://wordpress.org/support/plugin/widget-logic/reviews/?filter=1">writing 1-star reviews</a>. After a user <a href="https://wordpress.org/support/topic/taking-over-and-forking-this-plugin/#post-8781763">described the notice</a> as sounding like fake news, WPChef changed it.</p>\n<h2>From SupportPress to Help Scout!</h2>\n<p>The WordPress.org community team is moving away from <a href="https://supportpress.com/">SupportPress</a> to Help Scout. The move opens up a number of possibilities as Help Scout offers a lot of features that are non-existent in SupportPress.</p>\n<blockquote class="wp-embedded-content"><p><a href="https://make.wordpress.org/community/2017/02/09/moving-from-supportpress-to-help-scout/">Moving from SupportPress to Help Scout</a></p></blockquote>\n<p></p>\n<h2>Plush 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.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr"><a href="https://twitter.com/hashtag/Wapuu?src=hash">#Wapuu</a> army is taking over <a href="https://twitter.com/hashtag/WordCamp?src=hash">#WordCamp</a> US <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f60d.png" alt="😍" class="wp-smiley" /><a href="https://twitter.com/hashtag/wcus?src=hash">#wcus</a> <a href="https://twitter.com/hashtag/wcus2016?src=hash">#wcus2016</a> <a href="https://t.co/Giyt3KFsnF">pic.twitter.com/Giyt3KFsnF</a></p>\n<p>&mdash; Musannif (@mzahir) <a href="https://twitter.com/mzahir/status/805133225127510016">December 3, 2016</a></p></blockquote>\n<p></p>\n<p>This plush Wapuu which was given away at WordCamp US 2016 as part of the event&#8217;s swag was a huge hit with attendees and their children. I have one myself and the quality is superb.</p>\n<p>That&#8217;s it for issue seventeen. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 10 Feb 2017 22:16: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: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: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:48:"BuddyPress: BuddyPress 2.8.0 Release Candidate 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=263679";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://buddypress.org/2017/02/buddypress-2-8-0-release-candidate-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1158:"<p>BuddyPress 2.8.0 Release Candidate 1 is now available for testing. Please <a href="https://downloads.wordpress.org/plugin/buddypress.2.8.0-RC1.zip">download the 2.8.0-RC1 zip</a> or get a copy via our Subversion repository.</p>\n<p>This is our last chance to find any bugs that slipped through the beta process. So please test with your themes and plugins. We plan to release BuddyPress 2.8.0 next Wednesday, February 15.</p>\n<p>A detailed changelog will be part of our official release notes, but you can get a quick overview by reading the post about the <a href="https://buddypress.org/2017/01/buddypress-2-8-0-beta-1/">2.8.0 Beta 1</a> release.</p>\n<p>Release Candidate means we are in string freeze, so translators should feel confident in finishing their BuddyPress translations in <a href="https://translate.wordpress.org/projects/wp-plugins/buddypress">GlotPress</a>.</p>\n<p>Let us know of any issues you find in <a href="https://buddypress.org/support">the support forums</a> and/or on <a href="https://buddypress.trac.wordpress.org">our development tracker</a>.</p>\n<p>Thanks in advance for giving the release candidate a test drive!</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, 10 Feb 2017 20:51: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:14:"Slava Abakumov";s: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:99:"WPTavern: Creative Commons’ New Search Tool is Now in Beta, Pulls CC Images from Multiple Sources";s:7:"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=65809";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"https://wptavern.com/creative-commons-new-search-tool-is-now-in-beta-pulls-cc-images-from-multiple-sources";s: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:5467:"<p>If you&#8217;ve been wearing out Unsplash images on your blog, it&#8217;s time to take another look at Creative Commons. The site has just <a href="https://creativecommons.org/2017/02/07/new-cc-search/" target="_blank">launched the beta</a> of its new multi-source search interface. Unlike the <a href="https://search.creativecommons.org/" target="_blank">current search tool</a>, which will only search one source by sending the visitor offsite, <a href="https://ccsearch.creativecommons.org/" target="_blank">CC Search</a> loads the results from multiple sources onsite.</p>\n<p>The Commons includes approximately 1.1 billion works in various formats &#8211; literary works, videos, photos, audio, scientific research, and other formats. As half of these works are estimated to be images, the prototype for the new search tool focuses on this format.</p>\n<p>&#8220;Our goal is to cover the whole commons, but we wanted to develop something people could test and react to that would be useful at launch,&#8221; Creative Commons CEO Ryan Merkley said. &#8220;To build our beta, we settled on a goal to represent one percent of the known Commons, or about 10 million works, and we chose a vertical slice of images only, to fully explore a purpose-built interface that represented one type but many providers.&#8221;</p>\n<p>CC Search currently pulls CC-licensed images from Rijksmuseum, Flickr, 500px, the New York Public Library, and the Metropolitan Museum of Art. This includes 200,000 new images from the collection of <a href="https://creativecommons.org/2017/02/07/met-announcement/" target="_blank">375,000 digital works that the Met released under CC0</a> this week.</p>\n<p>In addition to the new search interface, the beta includes social tools that allow users to curate and share their own lists, add tags and favorites, and save searches. One-click attribution is built in, making it easy for users to properly attribute the works.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/cc-search.png?ssl=1"><img /></a></p>\n<p>As Creative Commons is a small organization and fairly lean on resources, the new search was built by a single contractor over seven months. Software engineer Liza Daly was selected to <a href="https://hackernoon.com/cc-search-developer-notes-and-reflection-418271194682#.6f8mudh02" target="_blank">research and build a proof-of-concept for CC Search</a>, a project which she understood to be &#8220;a front door to the universe of openly licensed content.&#8221;</p>\n<p>&#8220;CC Search is meant to make material more discoverable regardless of where it is hosted,&#8221; Daly said. &#8220;For this reason (and for obvious cost-saving objectives), we decided to host only image metadata — title, creator name, any known tags or descriptions — and link directly to the provider for image display and download. A consequence of this is that CC Search only includes images which are currently available on the web; CC is not collecting or archive any images itself.&#8221;</p>\n<p>Daly built the search feature on AWS cloud infrastructure using Python, Django, Postgres, and Elasticsearch. The beta has estimated hosting costs of $1,400/month. She opted for Python, because she was most familiar with it.</p>\n<p>&#8220;As the prototype evolved, we decided the opportunity for an engaging front door to the Commons lay in curation and personalization,&#8221; Daly said. &#8220;Because of its dedicated maintenance team and frequent patch management, I chose Django as the web framework.&#8221; She chose Elasticsearch over Solr (and other options) primarily because of the AWS’s Elasticsearch-as-a-service.</p>\n<p>&#8220;CC Search is not, at this time, a particularly sophisticated search application; image metadata is relatively simple and when dealing with a heterogeneous content set from a diversity of providers, one tends towards a lowest-common-denominator approach — our search can only be as rich as our weakest data source,&#8221; Daly said. &#8220;There is much to be improved here.&#8221;</p>\n<p>Daly also described an interesting idea for adding a blockchain-type architecture that would record licensing transactions, sharing, and gratitude in a distributed way. This idea falls outside of the scope of the MVP but may be something the project&#8217;s future developers will consider when implementing the final version.</p>\n<p>&#8220;A long-term goal of this project is to facilitate not only search and discovery, but also reuse and &#8216;gratitude,\'&#8221; Daly said. &#8220;A frequent complaint about open licenses in general — both for creative works and software code — is that contributing to the commons can be a thankless task. There are always more consumers than contributors, and there’s no open web equivalent to a Facebook &#8216;like.\'&#8221;</p>\n<p>Other future improvements that the team will consider based on user feedback include adding more content partners, more tools for customizing lists, allowing users to search from their own curated material, and giving trusted users the ability to push metadata back into the collection. Search filters may also be expanded to allow for searching by color, drilling down into tags, and searching public lists.</p>\n<p>Check out the beta for the new CC Search at <a href="https://ccsearch.creativecommons.org/" target="_blank">ccsearch.creativecommons.org</a>.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 10 Feb 2017 05:42: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"WPTavern: Google Webmaster Tools Fixes Confusing Messages About Updating 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:29:"https://wptavern.com/?p=65787";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/google-changes-the-wording-of-its-wordpress-update-notifications";s: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:4148:"<p>In 2009, <a href="https://webmasters.googleblog.com/2009/11/new-software-version-notifications-for.html">Google announced</a> it would send notifications via <a href="https://www.google.com/webmasters/tools/">Webmaster Tools</a> to site owners that new versions of software are available E.g. Joomla, Drupal, or WordPress.</p>\n<p>WordPress 4.7.2 <a href="https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/">was released</a> at the end of January. It patched a critical security vulnerability with the REST API that is <a href="https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced">being actively exploited</a> in the wild. Site owners who updated to 4.7.2 are <a href="https://productforums.google.com/forum/?hl=en#!category-topic/webmasters/QwkXrbyzKBA">receiving Google Alerts</a> that their sites are out of date.</p>\n<blockquote><p>Recommended WordPress update available for<span dir="ltr"><a>http://www.example.com/</a></span></p>\n<div dir="ltr">\n<div>\n<p>To: Webmaster of <span dir="ltr"><a>http://www.example.com/</a></span>,</p>\n<p>Google has detected that your site is currently running WordPress 4.7.0 or 4.7.1, an older version of WordPress. Outdated or unpatched software can be vulnerable to hacking and malware exploits that harm potential visitors to your site. Therefore, we suggest you update the software on your site as soon as possible.</p>\n<p>Following are one or more example URLs where we found pages that have outdated software. The list is not exhaustive.</p>\n<p dir="ltr"><a href="https://www.example.com/123/" target="_blank" rel="nofollow">https://www.example.com/123/</a></p>\n<p dir="ltr"><a href="https://www.example.com/456/" target="_blank" rel="nofollow">https://www.example.com/456/</a></p>\n<p dir="ltr"><a href="https://www.example.com/789/" target="_blank" rel="nofollow">https://www.example.com/789/</a></p>\n</div>\n</div>\n</blockquote>\n<p dir="ltr">Some of the people who received notices thought the email was a phishing attempt as WordPress is misspelled using a lower-case p. Others <a href="https://productforums.google.com/d/msg/webmasters/QwkXrbyzKBA/z_4hg5s5BwAJ">expressed confusion and anxiety</a> receiving notices despite having already updated their sites.</p>\n<p dir="ltr">WordPress powered sites contain a meta generator that Google uses to detect which version is running.</p>\n<p dir="ltr">&lt; meta name=&#8221;generator&#8221; content=&#8221;WordPress 4.7.1&#8243; /&gt;</p>\n<p dir="ltr">However, Google does not monitor pages in real-time. If a site owner updates to WordPress 4.7.2 but the page indexed by Google is running 4.7.1, they&#8217;ll receive a notice.</p>\n<p dir="ltr">Juan Felipe Rincón, Webmaster Outreach at Google, <a href="https://productforums.google.com/d/msg/webmasters/QwkXrbyzKBA/25QwebHfBwAJ">responded </a>to the forum thread and confirmed the issues reported by users, &#8220;Definitely a problem on our end,&#8221; Rincón said.</p>\n<p dir="ltr">&#8220;We&#8217;re sorry for causing confusion in the messaging and for the swirl this created for many of you and your users or client base.&#8221;</p>\n<p dir="ltr">Google was aware that notices would be sent to site owners who already updated but chose to send them anyway due to the seriousness of the vulnerability.</p>\n<p dir="ltr">&#8220;However, we underestimated the number of sites that had already patched, and our messaging gave no room for interpretation or letting website owners know that if they had already upgraded they could ignore the message safely,&#8221; Rincón said.</p>\n<p dir="ltr">Google has implemented the following changes to improve its update notification system:</p>\n<ul>\n<li dir="ltr">Messages have stopped being delivered for now but will resume shortly.</li>\n<li dir="ltr">The messages have been reworded to be clearer.</li>\n<li dir="ltr">Additional checks have been added to reduce the number of notifications sent to owners who already updated.</li>\n</ul>\n<p>If you&#8217;ve updated WordPress to 4.7.2, you can safely disregard the notices.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Feb 2017 23:55: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:89:"WPTavern: WordCamp Miami 2017 to Host JavaScript Track, AMA Spots, and 2-Day Kids’ Camp";s:7:"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=65831";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wordcamp-miami-2017-to-host-javascript-track-ama-spots-and-2-day-kids-camp";s: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:4451:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/wordcamp-miami-2017.png?ssl=1"><img /></a></p>\n<p><a href="https://2017.miami.wordcamp.org/" target="_blank">WordCamp Miami</a> is sporting an 80&#8217;s theme this year for its 9th year running. The team of 12 organizers is expecting more than 800 attendees and will host 60+ local and global speakers, including new speakers from India, Australia, Poland, Canada, and other international locations.</p>\n<p>As in previous years, WordCamp Miami is a multi-day smorgasbord of WordPress networking and educational opportunities with workshops for all ages. The event is bringing back the two-day Kids&#8217; Camp and Kids&#8217; Panel it hosted last year. David Bisset, one of the organizers, is expecting approximately 50 attendees and said the team is seeing an even greater increase of parents and kids than previous years, based on more kids&#8217; tickets being purchased earlier.</p>\n<p>This year the Kids&#8217; Camp will focus on blogging and coding and children will even get their own attendee bags. Kids will also receive free hosting and a free domain name, thanks to a donation from a sponsor. The <a href="https://2017.miami.wordcamp.org/2017/01/17/speaker-call-opening-for-kids/" target="_blank">call for speakers for kids</a> aged 7-18 is now open.</p>\n<p>WordCamp Miami will be hosting three workshops on the Friday leading up to the main event: a Beginner&#8217;s workshop, a Freelance workshop, and the WP REST API / BuddyCamp workshop. This is the fifth consecutive year for BuddyCamp and attendees will have the opportunity to learn more about building mobile applications with BuddyPress and the WordPress REST API.</p>\n<p>The &#8220;Learn JavaScript Deeply&#8221; track is returning in 2017, featuring local and international JS developers. So far WordCamp Miami is the only camp to have an entire track devoted to JavaScript. Organizers have designed the format of the track to be duplicated by other camps that want to include more JS content.</p>\n<p>The event&#8217;s organizers usually attempt to get &#8220;<a href="https://2017.miami.wordcamp.org/2017/02/03/why-its-important-for-outside-the-bubble-perspectives-at-wordcamps/" target="_blank">outside the WordPress bubble</a>&#8221; by inviting speakers with experience in other platforms to share with attendees. This year&#8217;s lineup includes two sessions from members of the Drupal and Joomla communities. Mike Herchel, a front-end web developer at Lullabot, will present a session titled “WordPress &amp; Drupal: Community and Contribution Differences and Lessons.” Aleksander Kuczek, CEO of Perfect Dashboard and a Joomla Extension Directory team member, will be speaking about how Joomla handles plugin contributions.</p>\n<p>Other focus topics during the main event include customizing/extending WordPress, e-commerce, mental health, content marketing, and building a better business (from freelancers to agencies). Organizers have also reduced the time for speakers a little in order to introduce some &#8220;AMA&#8221; spots. The new format will feature prominent people in the community who will be available to simply answer questions from attendees. The guests for the AMA spots are still being finalized, but Bisset said one example is a representative from Sucuri and will be available to answer any questions regarding security.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/rate-my-talk.gif?ssl=1"><img /></a>WordCamp Miami will also debut the &#8220;<a href="http://davidbisset.com/results-of-my-live-rate-my-talk-with-emoji-at-wpcampus/" target="_blank">Rate My Talk With Emoji</a>&#8221; app that Bisset developed for attendees to give &#8220;live speaker feedback&#8221; while sessions are happening. He said the team is hoping to have the speakers decide on which emoji should be available, but if there are problems with pre-event testing they will pre-select emoji. At this time they are not planning on including any negative ones. Speakers will have access to their results after the conference.</p>\n<p>WordCamp Miami would not be possible without the event&#8217;s army of volunteers. Bisset said organizers are still looking for <a href="http://davidbisset.us6.list-manage2.com/subscribe?u=8f9242549d66d09eceb714b54&id=046ea0475e" target="_blank">volunteers</a> to help out before and during the event.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Feb 2017 20:22:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:94:"WPTavern: OSTraining Partners with GoDaddy to Launch Free WordPress Beginner Course on YouTube";s:7:"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=65805";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/ostraining-partners-with-godaddy-to-launch-free-wordpress-beginner-course-on-youtube";s: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:4409:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/ostraining-logo.png?ssl=1"><img /></a></p>\n<p><a href="https://www.ostraining.com" target="_blank">OSTraining</a> has launched a free <a href="https://www.youtube.com/playlist?list=PLtaXuX0nEZk-rRfsl8lclMY5TncDmAUBm" target="_blank">40-video WordPress Beginner course</a> on YouTube, thanks to a sponsorship from GoDaddy. The open source software education site has created more than 3,000 videos for PHP platforms like WordPress, Joomla, Magento, and Drupal. This particular course, which has all new information for WordPress 4.7, was inspired by the company&#8217;s success in launching a free Drupal 8 course in 2016.</p>\n<p>&#8220;The original idea was a happy accident,&#8221; CEO Steve Burge said. &#8220;We did a <a href="https://www.kickstarter.com/projects/stevebure/drupal-8-training-videos-help-us-make-drupal-magic" target="_blank">Kickstarter project</a> based around the launch of Drupal 8. That involved about 200 free videos, spread over several classes. The main class was &#8216;The Drupal 8 Beginner class&#8217; and it went viral, getting over <a href="https://www.ostraining.com/blog/news/1-million/" target="_blank">1 million views in a year</a>.&#8221;</p>\n<p>The Kickstarter campaign raised more than $12K towards its $10K funding goal. It was the first time OSTraining produced a free course. Once the videos were released, Burge and his team were amazed by how popular the course became.</p>\n<p>&#8220;It led us to re-think our business approach,&#8221; Burge said. &#8220;Rather than putting everything behind a paywall, we realized the power of giving away our best beginner material. From a business perspective, that made sense so long as we could find a sponsor.&#8221;</p>\n<p>OSTraining worked with Topher DeRosia to film the WordPress Beginner course after securing a sponsorship from GoDaddy. Although the company has done multiple versions of its beginner class over the years, with updates for changes in each release, WordPress 4.7 presents a new opportunity for content longevity.</p>\n<p>&#8220;We hope that by targeting 4.7 this class will last longer than most, because the new release cycle means a new version won&#8217;t be here in a couple of months,&#8221; Burge said.</p>\n<p>In addition to beginner topics like how to install WordPress, write posts, and use the media library, the course also includes information on getting started with WordPress plugins like NinjaForms and Jetpack. The last few videos cover more advanced topics like security, spam, staging, and performance.</p>\n<p>Although the <a href="https://www.youtube.com/channel/UCpJf6LGZ0a4n9Lj4aVt9spg/" target="_blank">official WordPress YouTube channel</a> doesn&#8217;t have much educational content for beginners, the WordPress community in general is gaining a stronger presence on YouTube. Searching for &#8220;WordPress&#8221; turns up more than five million videos in many different languages. Educational topics like &#8220;How to make a WordPress website&#8221; and other tutorials are the most popular.</p>\n<p>WordPress businesses are also starting to see the value of having a solid presence on YouTube. Last year Automattic started beefing up its <a href="https://www.youtube.com/channel/UCvP5cfpfIgkb0Dt8o7Qt21A" target="_blank">channel</a> with a steady stream of new videos, including ads and tutorials for WordPress.com. Other large WordPress companies like <a href="https://www.youtube.com/user/iThemescom" target="_blank">iThemes</a>, <a href="https://www.youtube.com/user/wpbeginner/" target="_blank">WPBeginner</a>, and <a href="https://www.youtube.com/user/yoastcom/" target="_blank">Yoast</a> are publishing hundreds of free videos to YouTube, generating millions of views and thousands of subscribers.</p>\n<p>After finding success on YouTube with the free Drupal 8 videos, OSTraining has also launched a free <a href="https://www.youtube.com/playlist?list=PLtaXuX0nEZk9eL59JGE3ny-_GAU-z5X5D" target="_blank">Magento 2</a> course and has a free Joomla course on the way.</p>\n<p>&#8220;Getting more than 1 million views of the Drupal class really opened our eyes,&#8221; Burge said. &#8220;It&#8217;s almost like the difference between free, open source software and expensive, closed source software. You can reach so many more people by giving it away free.&#8221;</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Feb 2017 05:48:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:65:"Dougal Campbell: Good Breakdown of Recent WordPress Vulnerability";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=81297";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"http://dougal.gunters.org/blog/2017/02/08/good-breakdown-of-recent-wordpress-vulnerability/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2977:"<div class="featured-image align-right"><img width="150" height="150" src="http://dougal.gunters.org/wordpress/wp-content/uploads/2008/10/wordpress-wednesday-150x150.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" /></div><p>The <a href="https://blog.sucuri.net/">Sucuri Blog</a> has a good dissection of the recent critical <a href="https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html">WordPress REST API vulnerability</a>. I won&#8217;t rehash the details here, but I did want to point out that this is why developers should remember to follow these two rules of defensive programming:</p>\n<ol>\n<li>Sanitize inputs as early as possible</li>\n<li>Sanitize outputs as late as possible</li>\n</ol>\n<p>In this case, there was a failure to follow the first rule. There are a couple of different places where this could have been handled better.</p>\n<p>For one, unless there is a good reason to allow <strong><code>GET</code></strong> or <strong><code>POST</code></strong> variables to override a URL placeholder parameter, then that should be handled appropriately. If there is a reason for it, then those values should be forced to comply with the regular expression or data type that is expected.</p>\n<p>The other failure, beyond simple sanitizing, is that the logic of the <strong><code>update_item_permission_check()</code></strong> method simply didn&#8217;t properly account for the failure to retrieve a valid result from <strong><code>get_post()</code></strong>. This function will return post data either as an object or an array (depending on parameters), or <strong><code>null</code></strong> upon failure. The logic of the first conditional was looking for a valid post <em>and</em> invalid permissions on the post as an error condition:</p>\n<pre><code>if ( $post &amp;&amp; ! $this-&gt;check_update_permission( $post ) ) {\n    return new WP_Error( \'rest_cannot_edit\', \n        __( \'Sorry, you are not allowed to edit this post.\' ), \n        array( \'status\' =&gt; rest_authorization_required_code() ) );\n}</code></pre>\n<p>Instead, it should have reversed the valid post logic, and looked for <em>not</em> a valid post, <em>or</em> invalid permissions:</p>\n<pre><code>if ( <strong>! $post ||</strong> ! $this-&gt;check_update_permission( $post ) ) {\n    return new WP_Error( \'rest_cannot_edit\', \n        __( \'Sorry, you are not allowed to edit this post.\' ), \n        array( \'status\' =&gt; rest_authorization_required_code() ) );\n}</code></pre>\n<p>And for good measure, it should probably check whether the return value was an instance of <strong><code>WP_Error</code></strong>, for future-proofing. This small change would have detected an invalid post ID, and still performed a valid permissions check for existing posts.</p>\n<p>Okay boys and girls, let&#8217;s say it all together now&#8230; &#8220;Security is hard.&#8221;</p>\n<p>&nbsp;</p>\n<div class="yarpp-related-rss yarpp-related-none">\n</div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Feb 2017 01:46:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Dougal 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:"";}}}}}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:72:"WPTavern: WPWeekly Episode 262 – Interview With Morten Rand-Hendriksen";s:7:"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=65818&preview=true&preview_id=65818";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"https://wptavern.com/wpweekly-episode-262-interview-with-morten-rand-hendriksen";s: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:2668:"<p>On this episode, <a href="http://marcuscouch.com/">Marcus Couch</a> and I are joined by <a href="https://mor10.com/">Morten Rand-Hendriksen</a> to discuss his <a href="https://mor10.com/the-case-for-wordpress-telemetry/">WordPress Telemetry proposal</a>. We discuss the potential benefits of having an opt-in usage data collection system that could help core developers and others make informed decisions. Rand-Hendriksen also shares what he&#8217;s learned from <a href="https://www.lynda.com/Morten-Rand-Hendriksen/725535-1.html">teaching WordPress</a> at Lynda.com, on how difficult it is for new users to grasp WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/blogvault-security-breach-infects-customers-sites-with-malware">BlogVault Security Breach Infects Customers’ Sites With Malware</a><br />\n<a href="https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced">WordPress REST API Vulnerability is Being Actively Exploited, Hundreds of Thousands of Sites Defaced</a><br />\n<a href="https://wptavern.com/wp-super-cache-1-4-9-patches-multiple-xss-vulnerabilities">WP Super Cache 1.4.9 Patches Multiple XSS Vulnerabilities</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href="https://wordpress.org/plugins/content-locker/">Content Locker</a> is a tool that allows you to configure content to be behind a paywall. Visitors can pay for content by liking, sharing, or registering an account.</p>\n<p><a href="https://wordpress.org/plugins/wp-jump/">WP Jump</a> allows you to bookmark your site in the admin bar. This plugin is useful if you have several, local or online, WordPress installations.</p>\n<p><a href="https://wordpress.org/plugins/sidebar-content-clone/">Sidebar Content Clone</a> is a handy solution for easily duplicating or cloning all widgets from one sidebar to another sidebar. It can also clear all widgets from a sidebar with a single click.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 15th 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">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #262:</strong><br />\n</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Feb 2017 01:03:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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: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: WP Super Cache 1.4.9 Patches Multiple XSS Vulnerabilities";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=65664";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wp-super-cache-1-4-9-patches-multiple-xss-vulnerabilities";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2318:"<p><a href="https://wordpress.org/plugins/wp-super-cache/">WP Super Cache</a> is a <a href="https://odd.blog/2007/11/05/wordpress-super-cache-01/">nearly 10-year-old</a> plugin that is maintained by <a href="https://odd.blog/">Donncha Ó Caoimh</a> and is actively installed on more than a million sites. Releases have been far and few between, but Ó Caoimh <a href="https://odd.blog/2017/02/03/wp-super-cache-1-4-9/">has released</a> WP Super Cache 1.4.9 that patches cross-site-scripting vulnerabilities on the settings page.</p>\n<p>&#8220;Those pages are only accessible by admin users so an anonymous visitor to your site can’t come along and enable it to steal your login cookies but along with those fixes come many bug fixes so it’s worth upgrading if you’re using an old version,&#8221; Ó Caoimh said.</p>\n<p>In addition to patching security vulnerabilities, this release also contains a number of bug fixes. There&#8217;s <a href="https://github.com/Automattic/wp-super-cache/pull/174">also a fix</a> in this version for those who host a lot of sites that use WP Super Cache and are running into issues with semaphores due to the possibility of users using file locking.</p>\n<p>If you&#8217;re running into this issue and need to disable file locking completely, Ó Caoimh suggests setting the WPSC_DISABLE_LOCKING constant in a global config file. &#8220;The file locking simply slowed down how fast cache files were created and is a hold-over from WP Cache when that plugin used to write directly to the cache files,&#8221; Ó Caoimh said.</p>\n<p>&#8220;This plugin writes to temporary files before moving to the final cache files so that locking isn’t really needed, but some sites still use it which is why it’s still around.&#8221;</p>\n<p>Ó Caoimh is already hard at work on the next version of WP Super Cache with an effort towards <a href="https://github.com/Automattic/wp-super-cache/pull/177">moving legacy cache files</a> into supercache directories. This will improve performance and make the files easier to maintain.</p>\n<p>Users are encouraged to update to 1.4.9 as soon as possible. To see a detailed list of changes and bug fixes, visit the <a href="https://wordpress.org/plugins/wp-super-cache/changelog/">plugin&#8217;s changelog</a>.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 08 Feb 2017 04:26:15 +0000";s: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:73:"WPTavern: WordPress for Android Closes Google+ Community for Beta Testers";s:7:"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=65699";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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-for-android-closes-google-community-for-beta-testers";s: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:2616:"<p>The WordPress mobile app for Android is <a href="https://plus.google.com/u/0/+MaximeBiais/posts/8M796fTin9Q?cfem=1" target="_blank">shutting down its beta testing community</a> that was hosted on Google+ for the past three years. The mobile team switched to a completely open beta last year, enabling them to recruit 1,500 new testers.</p>\n<p>The Google+ community, which currently has 1,152 members, has been the main channel for communication to and from the app&#8217;s developers. It was previously used to announce new beta versions and users posted regularly to confirm bugs, leave feedback on their experiences, and ask questions about upcoming features.</p>\n<p>&#8220;We kept this Google+ Community opened since then but it became a place for spammers,&#8221; Automattic mobile engineer Maxime Biais said. &#8220;We decided to close it.&#8221;</p>\n<p>Beta testers who want to continue participating are encouraged to use the open source project&#8217;s issue tracker on <a href="https://github.com/wordpress-mobile/WordPress-Android" target="_blank">GitHub</a>. Testers can also join the #mobile channel on <a href="https://make.wordpress.org/chat/" target="_blank">WordPress Slack</a>. Any testers who want to lave the beta can visit the app&#8217;s testing page and tap &#8220;<a href="https://play.google.com/apps/testing/org.wordpress.android" target="_blank">Leave the Test</a>,&#8221; followed by uninstalling and then re-installing the app from the Play Store to get the official stable version.</p>\n<p>Despite having a healthy troop of beta testers, the open source app rarely receives any contributions from developers outside of Automattic. <a href="https://wptavern.com/wordpress-for-android-5-7-adds-path-to-upgrade-wordpress-com-plan" target="_blank">Recent releases</a> have included an expansion of Automattic&#8217;s monetization path with a link for users to manage and upgrade their WordPress.com plans. This has added fuel to the friction between the needs of self-hosted sites and the presence of WordPress.com features.</p>\n<p>Community members who have voiced complaints about the current features and goals of the app are welcome to participate in its development on GitHub. Beta testing is still open to all and new testers can <a href="https://play.google.com/apps/testing/org.wordpress.android" target="_blank">opt in on the Google Play Store testing page</a>. The Google+ Community will close on March 6, 2017, but questions and feedback are welcome in the #mobile Slack channel where the app&#8217;s developers are frequently available.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 08 Feb 2017 03:22:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:62:"WPTavern: Google Updates AMP to Allow Sharing of Canonical 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:29:"https://wptavern.com/?p=65660";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/google-updates-amp-to-allow-sharing-of-canonical-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4925:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/reading.jpg?ssl=1"><img /></a><a href="https://stocksnap.io/photo/F55691D3FB">RC Cipriano</a>\n<p>One of the main drawbacks of Google <a href="https://www.ampproject.org/" target="_blank">AMP</a> has been brand confusion when viewing and sharing articles. Google launched the AMP project to speed up the mobile web, but in exchange publishers have had to give up control of how their AMP&#8217;d content appears. One of the most irksome aspects of interacting with AMP pages is the convoluted URL structure, which causes users to be hesitant to share the content.</p>\n<p>AMP appends google.com/amp/ to the beginning of the URL when copying the link, opening it in a browser, or sharing an article. Visitors who want to find the canonical URL have to return to Google to search for it. To the casual observer, it appears the visitor has landed on and is attempting to share a Google story.</p>\n<p>After nearly a year, Google is finally looking to remedy this sharing problem with an update to the AMP Viewer header. In a <a href="https://developers.googleblog.com/2017/02/whats-in-amp-url.html" target="_blank">post</a> on the Google Developers blog, the company officially recognized this problem and announced a change that will allow visitors to share the canonical URL:</p>\n<blockquote><p>Many users have requested a way to access, copy, and share the canonical URL of a document. Today, we&#8217;re adding support for this functionality in form of an anchor button in the AMP Viewer header on Google Search. This feature allows users to use their browser&#8217;s native share functionality by long-tapping on the link that is displayed.\n</p></blockquote>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/google-amp-sharing-link.png?ssl=1"><img /></a>photo credit: Google\n<p>The updated header with the anchor button is already available on the iOS Google app and will be coming to the Android app within a few weeks. Google is also working on using the <a href="https://developers.google.com/web/updates/2016/10/navigator-share" target="_blank">Web Share API</a> to let visitors use the platform&#8217;s native sharing flow with the original URL instead of the AMP viewer URL.</p>\n<p>&#8220;A thriving ecosystem is very important to us and attribution, user trust, and ownership are important pieces of this ecosystem,&#8221; Alex Fischer, Google software engineer, said.</p>\n<p>The ability to share the canonical URL is good news for existing AMP users but is probably not enough to convince skeptical publishers to start AMPing up their pages. Burying the publisher&#8217;s canonical link is just one of many reasons there has been such strong push back against the AMP project.</p>\n<p>Kyle Schreiber, whose post on <a href="https://80x24.net/post/the-problem-with-amp/" target="_blank">the problems with AMP</a> inspired discussions on <a href="https://news.ycombinator.com/item?id=13414570" target="_blank">Hacker News</a> and <a href="https://www.reddit.com/r/programming/comments/5oggtm/the_problem_with_amp/" target="_blank">Reddit</a>, believes that &#8220;AMP is bad for the open web and should be changed or eliminated.&#8221;</p>\n<p>Schreiber contends that Google has designed AMP to keep the visitor within its own ecosystem. Publishers get locked in when access to Google&#8217;s news carousel is reserved for AMP&#8217;d sites only.</p>\n<p>&#8220;Clicking on an AMP link feels like you never even leave the search page, and links to AMP content are displayed prominently in Google’s news carousel,&#8221; Schreiber said.</p>\n<p>Last year the <a href="https://www.wsj.com/articles/google-amp-gets-mixed-reviews-from-publishers-1477648838" target="_blank">Wall Street Journal</a> spoke with publishers who were critical with AMP but reluctant to speak publicly for fear of Google&#8217;s retaliation. Their AMP pages were generating around half as much revenue as pageviews on their full mobile sites due to Google&#8217;s limitations on the type of ad units available for AMP pages. Google&#8217;s response was that the company aims to drive more revenue to non-AMP pages but isn&#8217;t quite there yet.</p>\n<p>At the end of February the AMP project experiment will have been publicly launched for a year but many smaller publishers are still hesitant to get on board. They are concerned that AMP oversteps its reach without delivering enough value in return. The strategy of taking an absurd amount of control over publishers&#8217; content and then slowly doling it back out (as with the new button for sharing the canonical URL) demonstrates how easily Google has established itself as the de facto arbiter of the mobile web. If publishers continue to yield control of their mobile content, Google will have every incentive to make AMP support the next official ranking signal.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 07 Feb 2017 18:58:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:30:"HeroPress: Hitting Rock Bottom";s:7:"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=1592";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://heropress.com/essays/hitting-rock-bottom/";s: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:5441:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/02/020817-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: We all need someone to listen. Someone to remind us that it gets better. That we will make it to tomorrow." /><p>I’d never been to The Capital Grille. I’d been to nice steak houses before, but this felt like a big deal. At least it should have. I was too busy freaking out because my wife wasn’t responding to one of my texts. That’s when I knew I hit rock bottom. That mental illness had taken full control. Ruining a $50 steak will make you realize that.</p>\n<p>I hit my rock bottom in the middle of WordCamp Orlando 2016. Sitting across from the wonderful Mike Hansen, sharing the best mashed potatoes I’d ever had, I was miserable. Not because Mike was bad company, but because I was so inside my head that I couldn’t control my thoughts. Dark thoughts. Suicidal thoughts. I was a mess, but Mike and the rest of the crew from BlueHost tried to keep me calm and engaged in conversation. I kept apologizing, but they stuck with me. It was pretty obvious I wasn’t okay, and they did their best. That’s what WordPress is. When you hear about “the community,” that’s what we’re really talking about.</p>\n<p>The next day, I was originally scheduled to speak, but had already backed out. As an organizer of the event, I felt awful. I know how much of a pain it is to rearrange the schedule last-minute because I’m the one, at least for the past 3 years, has made Orlando’s schedule. But the team rallied around me.</p>\n<blockquote><p>They knew I wasn’t okay, and supported me without me needing to ask.</p></blockquote>\n<p>But then something amazing happened.</p>\n<p>In the confusion of rescheduling speakers &#8211; caused by Hurricane Matthew, not Hurricane Mental Illness &#8211; a replacement speaker for one of our workshops had never actually been notified that he was speaking and didn’t show. Whoops. Even though I’d planned to just lay low in the developer workshop all day, as soon as I got word that a replacement was needed, I grabbed my laptop and headed to the next room. I don’t remember much of what I said, but I gave a talk on themes completely off the top of my head. And then it hit me. I know what I’m doing. I can do this. I’m going to be okay.</p>\n<h3>Road To Recovery</h3>\n<p>The next day, I went to see my doctor. I was diagnosed as bipolar. The dragon I’d been fighting for 15 years finally had a name. Two prescriptions later and I was on the road to recovery. I’m still on it, but WordPress is helping drive the engine.</p>\n<p>Since WordCamp Orlando, my business has taken off. I’ve started and completed more projects in the past 3 months than I did the entire rest of 2016. And all of that was possible because of the support I received that weekend. When we talk about how wonderful the WordPress community really is, we mean it. It saves lives.</p>\n<p>There’s a lot more to my story &#8211; coming out as non-binary, a shuttering business partnership to salvage a great friendship &#8211; but I don’t want to ramble.</p>\n<blockquote><p>It’s time to pay the support I received forward.</p></blockquote>\n<p>We all need someone to listen. Someone to remind us that it gets better. That we will make it to tomorrow.</p>\n<p>If you’re struggling, drop me a line on <a href="https://twitter.com/adamsoucie">Twitter</a> or send an email. I’ll be waiting on the other end to lend an ear and a helping hand.</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: Hitting Rock Bottom" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Hitting%20Rock%20Bottom&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhitting-rock-bottom%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Hitting Rock Bottom" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fhitting-rock-bottom%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%2Fhitting-rock-bottom%2F&title=Hitting+Rock+Bottom" rel="nofollow" target="_blank" title="Share: Hitting Rock Bottom"></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/hitting-rock-bottom/&media=https://heropress.com/wp-content/uploads/2017/02/020817-150x150.jpg&description=Hitting Rock Bottom" rel="nofollow" target="_blank" title="Pin: Hitting Rock Bottom"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/hitting-rock-bottom/" title="Hitting Rock Bottom"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/hitting-rock-bottom/">Hitting Rock Bottom</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:"Tue, 07 Feb 2017 12:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Adam Soucie";s: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:110:"WPTavern: WordPress REST API Vulnerability is Being Actively Exploited, Hundreds of Thousands of Sites Defaced";s:7:"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=65651";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced";s: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:5617:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/needle.jpg?ssl=1"><img /></a>photo credit: stevendepolo <a href="http://www.flickr.com/photos/10506540@N07/3020361085">hypodermic needle IMG_7418</a> &#8211; <a href="https://creativecommons.org/licenses/by/2.0/">(license)</a>\n<p>At the end of January, <a href="https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/" target="_blank">WordPress 4.7.2</a> was released to fix four security issues, three of which were disclosed at the time of the release. These included a SQL injection vulnerability in WP_Query, a cross-site scripting (XSS) vulnerability in the posts list table, and the Press This feature allowing users without permission to assign taxonomy terms. The fourth and most critical issue, an unauthenticated privilege escalation vulnerability in a REST API endpoint, was fixed silently and <a href="https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/" target="_blank">disclosed a week after the release</a>.</p>\n<p>Contributors on the release opted to delay disclosure in order to mitigate the potential for mass exploitation, given that any site running 4.7 or 4.7.1 is at risk. This allowed time for users to update manually and for automatic updates to roll out.</p>\n<p>&#8220;We believe transparency is in the public’s best interest,&#8221; WordPress Core Security Team Lead Aaron Campbell said. &#8220;It is our stance that security issues should always be disclosed. In this case, we intentionally delayed disclosing this issue by one week to ensure the safety of millions of additional WordPress sites.&#8221;</p>\n<p>WordPress worked with <a href="https://sucuri.net/" target="_blank">Sucuri</a>, the company that discovered the issue, along with other WAF vendors and hosting companies to add protections before the vulnerability was publicly disclosed.</p>\n<p>The vulnerability has been public for less than a week and is now being actively exploited. Thousands of WordPress sites have been defaced with messages like “<a href="https://wordpress.org/support/topic/wordpress-4-7-1-hacked-by-ng689skw/" target="_blank">Hacked by NG689Skw</a>” or &#8220;Hacked by w4l3XzY3&#8221; or similar. Googling for information about these particular hacks returns thousands of other hacked sites in the results.</p>\n<p>Sucuri founder and CTO Daniel Cid said his team saw exploits in the wild less than 24 hours after the disclosure. The attacks are primarily simple defacements so far.</p>\n<p>&#8220;There are some good bad guys updating the post excerpt with the message: &#8216;Update WordPress or you will be hacked,&#8217; which is kind weird,&#8221; Cid said. &#8220;But overall we&#8217;re seeing just simple defacement attempts, using modified versions of the exploit that was shared publicly.&#8221;</p>\n<h3>Multiple Campaigns Have Defaced Hundreds of Thousands of WordPress Sites</h3>\n<p>Sucuri is monitoring multiple defacement campaigns, each with varying degrees of success. The company <a href="https://blog.sucuri.net/2017/02/wordpress-rest-api-vulnerability-abused-in-defacement-campaigns.html" target="_blank">published an update</a> on the active attacks as well as the IP addresses they are originating from.</p>\n<p>&#8220;We are currently tracking four different hacking (defacement) groups doing mass scans and exploits attempts across the internet,&#8221; Cid said. &#8220;We see the same IP addresses and defacers hitting almost every one of our honeypots and network.&#8221;</p>\n<p>One defacement campaign Sucuri is tracking already has more than 68,000 pages indexed on Google. After perusing the WordPress.org forums, the problem seems to have a much larger reach than Sucuri&#8217;s network has initially detected. For example, &#8220;Hacked by NG689Skw&#8221; returns approximately 200K indexed results. &#8220;Hacked By SA3D HaCk3D&#8221; returns more than 100K results. There are multiple permutations of this defacement in play on WordPress websites across the web.  Not all results that share this same campaign structure are guaranteed to be associated with this vulnerability, but the few listed above were recent posts on the WordPress.org forum from users who failed to update to 4.7.2 in time.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/hacked-wordpress-sites.png?ssl=1"><img /></a></p>\n<p>&#8220;On our end, we are seeing a big growth on exploit attempts, specially for defacement,&#8221; Cid said. &#8220;But SPAM SEO is slowly growing too.&#8221;</p>\n<p>Cid said the vulnerability allows attackers to inject content into a post or page by default, but defacement is the easy first step, along with SEO spam. If a site has a plugin like <a href="https://wordpress.org/plugins/insert-php/" target="_blank">Insert PHP</a> or <a href="https://wordpress.org/plugins/php-code-widget/" target="_blank">PHP Code Widget</a> installed, the vulnerability can lead to remote code execution. These two plugins have more than 300K combined active installs and there are others that perform similar functions.</p>\n<p>&#8220;The core of the issue is people not updating,&#8221; Cid said. &#8220;Even with auto and simple updates, people still do not update their sites.&#8221;</p>\n<p>Needless to say, if you haven&#8217;t updated to 4.7.2 and your site is running 4.7.0 or 4.7.1, you are at risk for  content injection. For most sites that have been defaced, the simplest solution is to update to the latest version of WordPress and rollback the defaced post(s) to a revision.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 07 Feb 2017 00:36:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:75:"WPTavern: BlogVault Security Breach Infects Customers’ Sites With Malware";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=65658";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/blogvault-security-breach-infects-customers-sites-with-malware";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2120:"<img />photo credit: Anonymous Account <a href="http://www.flickr.com/photos/37053322@N00/2291139919">Code</a> &#8211; <a href="https://creativecommons.org/licenses/by/2.0/">(license)</a>\n<p><a href="https://blogvault.net/">BlogVault</a>, a real-time backup and migration service with a <a href="https://wordpress.org/plugins/blogvault-real-time-backup/">WordPress plugin</a> that&#8217;s active on more than 20K sites, <a href="https://blogvault.net/security-notification/">announced</a> over the weekend that it suffered a security breach that exposed data. Akshat Choudhary, founder of BlogVault, <a href="https://blogvault.net/help/info">explains</a> that some customer sites were accessed without authorization and were infected with malware.</p>\n<p>BlogVault is contacting customers whose sites are affected and removing malware to secure the data. According to Choudhary, all backups generated by BlogVault are safe. FTP, login credentials, and payment related data is safe. The service doesn&#8217;t store credit card information as payments are processed through <a href="https://stripe.com/">Stripe</a>.</p>\n<p>The service has carried out a series of security precautions including, updating <a href="https://wordpress.org/plugins/blogvault-real-time-backup/">the plugin to 1.45</a>, resetting passwords for all customer accounts, and is meticulously analyzing its systems. Customer passwords were encrypted, making them difficult to retrieve.</p>\n<p>BlogVault is sharing information about the breach as it becomes available. &#8220;We understand that it can be frustrating for you; as it is for us, to not have all the information,&#8221; Choudhary said. &#8220;We aim to be comprehensive in our response to the issue. Once we have safeguarded our customers’ data, and our investigation is complete we will be able to share more details.&#8221;</p>\n<p>Customers are encouraged to update the BlogVault plugin to 1.45 as soon as possible and to keep an eye on the service&#8217;s <a href="https://blogvault.net/help/info">security updates page</a> for new information.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 06 Feb 2017 22:04:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:55:"WPTavern: Content Creation Is About More Than an 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=65626";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/content-creation-is-about-more-than-an-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:16655:"<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/ReidPeifer.jpeg?ssl=1"><img /></a>Reid Peifer\n<p>This is a guest post written by <span class="st"><a href="https://twitter.com/reidpeifer?lang=en">Reid Peifer</a>, Partner and Art Director at <a href="http://tri.be/">Modern Tribe</a>. In this post, Peifer shares his experience, opinions, and things to consider as the content creation experience in WordPress <a href="https://make.wordpress.org/core/2017/01/17/editor-technical-overview/">is revamped</a>.<br />\n</span></p>\n<hr />\n<p>Let’s imagine a world where the tools that we have don’t limit us, but instead enable us to create unique, contextual, and thoughtful content. We don&#8217;t fight with them, we don&#8217;t quibble over line breaks and margins.</p>\n<p>We don&#8217;t argue about whether or not two images should line up. We’re not limited to bold, italic, underline, and bullet points to express our ideas. We’re not limited to taxonomies for our organization and obtuse relational algorithms to determine complementary content.</p>\n<p>This is the reality that we should have. Content management should be more than TinyMCE and meta boxes. While WordPress has continued to grow into a mature platform, the focus on what should be its core mission has taken a second seat.</p>\n<p>We (the WordPress community at large) have gotten so excited about making WordPress awesome, we lost sight of our charge &#8211; to enable WordPress to make awesome things. To democratize publishing. To get the stories out of people&#8217;s heads and hearts and out to the world.</p>\n<p>We forgot about content. Without content, WordPress and all its bits and bobs amount to much ado about nothing. While it’s true that WordPress has grown to an almost unimaginable scale, the content it creates today isn’t going to support the needs of tomorrow’s web.</p>\n<p>I couldn’t make it to WordCamp US, but I’ll admit that I sat slack-jawed with joy listening to the <a href="https://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/">video</a> calling for a focus on the editor in 2017.</p>\n<p>The <a href="https://make.wordpress.org/core/2017/01/17/editor-technical-overview/">initial discussions</a> happening on make.wordpress.org and within slack are incredibly encouraging. The community has taken this charge and is moving forward with a passion that reflects the importance of the task at hand.</p>\n<p>While I absolutely applaud their effort, and think the conversation thus far has been valuable &#8211; it immediately went to the editor itself. What makes a good editor? The discussion is focused on the UI, what format the data should be stored in, should shortcodes be used etc. All good questions, but if we answer them first &#8211; we limit the scope of our inquiry.</p>\n<p>The first question should be ‘what makes good content’? What is ‘content’? Does content only live on the post or the page? What are its essential elements? How do those elements interact and relate to each other? What’s the life cycle of content? Where and how does it surface throughout the site? Does content behave differently in different scenarios or positions?</p>\n<p>If we start with these questions, their answers become our objectives for the UI. The question &#8216;what makes a good editor&#8217; has a clear answer &#8211; one that makes achieving these goals delightful and effortless.</p>\n<h2>The Need for a More Robust Content Creation Tool Is Not New</h2>\n<p>Years ago, when ‘magazine layout’ was the new hot thing, we had the privilege of working with some large publications. In our design discovery, we learned how they thought about the presentation of their content, how layouts would change based on the content they were presenting that day.</p>\n<p>The rigid templates of the web that we were used to building couldn’t possibly meet the strategy that they had employed for ages in print. The sports, business, and lifestyle sections all needed to be able to leverage different layouts and presentation depending on their immediate needs.</p>\n<p>They needed to change day after day. We were going to toss out what we knew about building sites in WordPress. We were going to have to ditch the template hierarchy and start from scratch. The taxonomy term page in the admin wasn’t going to cut it.</p>\n<p>Meanwhile, ‘art directed’ or ‘editorial posts’ became a thing. Folks like Jason Santa Maria and Trent Walton were pumping out beautiful, bespoke articles rich in editorial design. I’ve never been more excited about the web’s potential than when I saw those first Jason Santa Maria articles &#8211; I’m a sucker for good content design.</p>\n<p>At some point shortly thereafter the NY Times published <a href="http://www.nytimes.com/projects/2012/snow-fall/#/?part=tunnel-creek">Snowfall</a>, and everyone we talked to needed ‘long form’ (even if they had no idea why or what that could mean). I ran my own experiments trying to recreate that functionality in WordPress &#8211; at the time that meant full markup and a reams of custom CSS all cooked into the WYSIWYG. Beautiful output, crappy experience.</p>\n<p>These are two really common (and old) examples of how the content needs more than the tool can offer.</p>\n<p>We toiled away at these challenges over the years and have solved them for our particular use cases. Every project pushes our own solutions forward. Here’s some of what we learned.</p>\n<p><em>(So we’re all talking in the same terms, below when I reference Content Creation I mean the act of creating a new piece of content. When I reference content management, I mean both the content model, and the organization and presentation of content throughout the site.)</em></p>\n<h2>We Should Learn From Modular Development &amp; Atomic Design</h2>\n<p>We should be applying modular development and atomic design principles to both content creation and content management.</p>\n<a href="http://bradfrost.com/blog/post/atomic-web-design/"><img /></a>Atomic Design Principle as Explained by Brad Frost\n<p>We’ve adopted a modular and systematic thinking to our coding practices, breaking once monolithic templates into smaller reusable parts. We’ve applied design systems thinking and atomic approaches to our UI/UX and visual design work.</p>\n<p>Small pieces come together to create components, which come together to create pages which come together to create full experiences. It’s the LEGO blocks school of design and build. This is a refrain that many of us know well.</p>\n<h2>Extending That Philosophy to Content Creation and Management</h2>\n<p>While we’ve embraced this idea of systemic thinking in how we design and the infrastructure of what we build &#8211; we haven’t gotten to thinking about how to approach content creation and content management (content strategy) in a similarly modular fashion.</p>\n<p>This is primarily because our tools won’t let us apply modular thinking to content creation and management. CMSs, including WordPress, are generally limited to predefined structures and organizational models.</p>\n<p>The role of templating in the overall CMS architecture limits the flexibility of our content creators. Today, content strategy occurs before, and then is at the mercy of development. In a better world, our content strategy could use design and development to grow, adapt, and change over time gracefully. Our publishing tools could become the method by which our ongoing content strategy evolves.</p>\n<h2>Modular Content Creation</h2>\n<p>Let’s think about the idea of content on the web. Much of what we see on the web today is a logical baby step forward from print. Titles and headlines, paragraphs of copy, images, pull quotes. Those pieces are a 1:1 analog. Because it’s a digital medium, and we’re oh so clever, we’ve included videos, image galleries, those dang carousels, and whatnots as well.</p>\n<p>For most of you, those elements are plopped onto a webpage using a WYSIWYG editor. You fight with TinyMCE for supremacy. Perhaps your theme or plugin has dedicated meta boxes for special elements. There may be a slide show or gallery at the top of the page.</p>\n<p>When we look at most executions of content on the web, they are in fact less interesting, less engaging, and less beautiful than what our print counterparts have been doing for ages (and I mean literal ages).</p>\n<p>We have all of the advantages but fail at creating anything more interesting than a preformatted spew of content. Our insistence that content and presentation need to be separate is an overstep &#8211; they are related at their very core. Was there an earth shattering news story yesterday? Too bad, you get the same 400px featured image slot that every other story gets.</p>\n<p><strong>I refuse to believe this is the best we can do.</strong></p>\n<p><strong>TinyMCE is not the pinnacle of content creation tools.</strong></p>\n<p>The platform that can figure out how to make content creation engaging and powerful is the platform that is going to continue to grow. While Calypso is an interesting engineering feat and is a helpful model for future development, it did little to push forward what it actually means to create content within the WordPress framework.</p>\n<p><strong>Trying to fight this out in a single WYSIWYG sucks</strong></p>\n<p>Our content creation tools should allow us to approach content creation the same way that we think about design. What are the atomic elements of my content strategy? How can I remix, reassemble, and work with those elements to create interesting content?</p>\n<p>It must be systemic. All of the elements and components must work as part of an overall structure and strategy to form a coherent whole. Just like our design work, and our development work. Our strategy, design, and development process is focused on identifying and creating patterns.</p>\n<p>Throughout the content strategy and design portion of the project, we’re focused on identifying what those patterns are at their very core; how do we break them down into their smallest parts? Then, through design and development, we start putting those pieces together in a way that supports internal objectives and end-user objectives.</p>\n<ul>\n<li>Elements &#8211; the simplest unit. Strings of text, single images, videos, a form input field or button</li>\n<li>Components or blocks &#8211; groupings of elements that form a cohesive unit</li>\n<li>Modules &#8211; groupings of complementary components to for a larger whole</li>\n<li>Pages (or posts, or CPTS or whatever) &#8211; groupings of modules to form a complete piece of content</li>\n</ul>\n<p>To push WordPress’ content creation tools forward, we must look at what those elements, components, and modules could be, how they relate to each other. Are they created on the fly, are they opinionated or flexible. Then how do we create them. How do they relate to themes and data sanctity. And on and on.</p>\n<h2>Modular Content Management (modular content strategy)</h2>\n<p>While there are enough visual references to start to imagine what a modular content creation tool looks like, modular content management is a bit tougher to visualize so hang with me.</p>\n<p>Within modern CMSs we’ve got a couple of tools at our disposal. Tags and categories, coupled with parent / child relationships, are the primary organization structures cooked into WordPress. Of course those can be extended to include any number of taxonomical structures imaginable.</p>\n<p>Tools like Post to Posts (P2P) provide and create an interesting peer-to-peer layer allowing you to create 1:1, 1:many, or many:many relationships.</p>\n<p>That’s pretty much it. The mechanics of relationships are defined and subject to code. I can assign content into those defined buckets. I have fixed templates that display those buckets in predetermined ways. If I want to vary from that, if I want to create relationships and remix content as a content manager or a content creator, I’m outta luck.</p>\n<p>Think about the category term screen within WordPress. What sort of content management tools do you have at your disposal there? What can you do? What can you <em>manage</em>? Not much at all. Look back over the history of WordPress releases &#8211; when has that screen changed?</p>\n<p>We are not living up to our potential if we stop at a taxonomical organization as the be-all-end-all of content management.</p>\n<p>The Loop is one of the central concepts of WordPress content management. While it is incredibly powerful and key to understanding how to think about your content, it’s the beginning, not the end, of content management. We cannot stop at the &#8216;list&#8217; as the pinnacle of our content strategy.</p>\n<h3>Needs Change Over Time</h3>\n<p>We do a lot of work for universities and schools. Each and every one has a category landing page dedicated to current students. Throughout the year, they want to gather and surface all kinds of different elements, pieces of content, and tools for those students.</p>\n<p>In WordPress terms, we’ve got pages, blog posts, events, tools, resources, key dates, applications and files, on top of video galleries and who knows what other CPTs your content strategy has formed.</p>\n<p>The needs of those students change through the year &#8211; welcome materials in the fall, midterm information in the winter, job support and internship programs in the spring. If our university friends were tied to templates where those needs were articulated in code, they’d need to go back under the hood to update their content strategy and approach it at least quarterly.</p>\n<h3>Relationships Should Be Richer Than Taxonomy Terms</h3>\n<p>Real content management would enable content creators to package and present the things they’ve made in thoughtful and unique ways&#8211;where the relationships and connections have value beyond each individual piece. Together they become a cohesive whole. That’s a content strategy that’s worth a damn. If you can’t do that, your content strategy is really just a thoughtful list of categories and tags.</p>\n<p>Our content management tools should enable and empower you to gather your content and present it how you need to. You shouldn’t be limited solely by lists and algorithms. We want our clients to be able to create unique cross-sections of content where they need, not where they happen to have pre-baked templates that allow them do so.</p>\n<p>An example to help visualize: Sticking with our college student, imagine the registrar publishes a deadline for financial aid application. The residential life department has updated forms for getting a spot in the dorms.</p>\n<p>The student life department publishes a list of events for new students to meet each other. Each piece of content lives in its own silo in disparate places on the university website. Now imagine you’re in the communications department, and you’ve been charged with ensuring that new students get the information they need.</p>\n<p>Do you <strong>A:</strong> manually type excerpts to those pieces of content in a sidebar widget, hardcode some links trying to apply a specific class that makes the links look like buttons but you can’t remember if it’s .btn_round or .btnround or .round_btn_blue_large, and pray it stays in the same place <strong>OR B:</strong> create a &#8216;Key Info for New Students&#8217; module by referencing each piece of content dynamically and dragging it at the top of the homepage displacing the out of date commencement gallery that you forgot to take down last spring?</p>\n<p>Old school is option A. New School option B (and it’s not the cool old school, it’s the lame frustrating old school).</p>\n<h3>The Way Forward Is Modular</h3>\n<p>If you’re new the concept of atomic design, read <a href="http://bradfrost.com/blog/post/atomic-web-design/">this piece</a> by Brad Frost first. If you want to see how we solved some of these problems specifically &#8211; there’s a couple of WordPress.TV talks where I harp on this stuff <a href="https://wordpress.tv/2015/10/26/reid-peifer-reimagining-content-creation/">here</a> and <a href="https://wordpress.tv/2014/05/08/reid-peifer-so-long-fixed-templates-and-thanks-for-all-the-fish-modular-content-with-wordpress/">here</a>.</p>\n<p>We’ve got to strive for more than just an updated WYSIWYG editor. We’ve got to aspire to a bigger and broader understanding of what content is and could be. When we’ve got that vision, we’ll be able to build tools to help realize it.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 04 Feb 2017 05:32: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: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:"";}}}}}}}}}}}}}}}}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:"Wed, 01 Mar 2017 14:16:31 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Wed, 01 Mar 2017 14:00: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 (620288, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1488420992', 'no'); 
INSERT INTO `wp_options` VALUES (620289, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1488377792', 'no'); 
INSERT INTO `wp_options` VALUES (620290, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1488420992', 'no'); 
INSERT INTO `wp_options` VALUES (620291, '_transient_feed_b9388c83948825c1edaef0d856b7b109', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:117:"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"WordPress Plugins » View: Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"https://wordpress.org/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:34:"WordPress Plugins » View: Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Mar 2017 14:12:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:30:{i:0;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"WordPress Importer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"18101@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"WooCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/plugins/woocommerce/#post-29860";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Sep 2011 08:13:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"29860@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:97:"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"WooThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Really Simple CAPTCHA";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://wordpress.org/plugins/really-simple-captcha/#post-9542";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 Mar 2009 02:17:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"9542@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:138:"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Duplicate Post";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/plugins/duplicate-post/#post-2646";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Dec 2007 17:40:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2646@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:22:"Clone posts and pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Lopo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Jetpack by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://wordpress.org/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"23862@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:148:"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection, backups, speed, and email list management.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Automattic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Wordfence Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/plugins/wordfence/#post-29832";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 04 Sep 2011 03:13:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"29832@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:149:"Secure your website with the most comprehensive WordPress security plugin. Firewall, malware scan, blocking, live traffic, login security &#38; more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Wordfence";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"Hello Dolly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://wordpress.org/plugins/hello-dolly/#post-5790";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 May 2008 22:11:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"5790@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"WP-PageNavi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/plugins/wp-pagenavi/#post-363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 23:17:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"363@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Adds a more advanced paging navigation interface.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Lester Chan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Advanced Custom Fields";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/plugins/advanced-custom-fields/#post-25254";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Mar 2011 04:07:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"25254@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:68:"Customise WordPress with powerful, professional and intuitive fields";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"elliotcondon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Contact Form 7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2141@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Page Builder by SiteOrigin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/plugins/siteorigin-panels/#post-51888";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Apr 2013 10:36:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"51888@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:111:"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Greg Priday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"All in One SEO Pack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"753@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:83:"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Google XML Sitemaps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"132@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Arne Brachhold";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"TinyMCE Advanced";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://wordpress.org/plugins/tinymce-advanced/#post-2082";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jun 2007 15:00:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2082@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:58:"Extends and enhances TinyMCE, the WordPress Visual Editor.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Andrew Ozz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"NextGEN Gallery - WordPress Gallery Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"1169@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:123:"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 16.5 million downloads.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"W3 Total Cache";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/plugins/w3-total-cache/#post-12073";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jul 2009 18:46:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"12073@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:144:"Search Engine (SEO) &#38; Performance Optimization (WPO) via caching. Integrated caching: CDN, Minify, Page, Object, Fragment, Database support.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Frederick Townes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Akismet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"https://wordpress.org/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"15@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:146:"Akismet checks your comments and contact form submissions against our global database of spam to protect you and your site from malicious content.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"Google Analytics for WordPress by MonsterInsights";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2316@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:125:"The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Syed Balkhi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WP Super Cache";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/plugins/wp-super-cache/#post-2572";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Nov 2007 11:40:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2572@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:73:"A very fast caching engine for WordPress that produces static html files.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Donncha O Caoimh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Clef Two-Factor Authentication";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wordpress.org/plugins/wpclef/#post-47509";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Dec 2012 01:25:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"47509@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:139:"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login experience.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Dave Ross";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"Yoast SEO";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wordpress.org/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"8321@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:118:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"UpdraftPlus WordPress Backup Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/plugins/updraftplus/#post-38058";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 21 May 2012 15:14:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"38058@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:148:"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"David Anderson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Regenerate Thumbnails";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 23 Aug 2008 14:38:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"6743@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:76:"Allows you to regenerate your thumbnails after changing the thumbnail sizes.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:25:"Alex Mills (Viper007Bond)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Google Analytics Dashboard for WP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 10 Mar 2013 17:07:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"50539@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:125:"Displays Google Analytics stats in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Alin Marcu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"Duplicator";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://wordpress.org/plugins/duplicator/#post-26607";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 May 2011 12:15:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"26607@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:88:"Duplicate, clone, backup, move and transfer an entire site from one location to another.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Cory Lamle";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Disable Comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wordpress.org/plugins/disable-comments/#post-26907";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 04:42:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"26907@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. Provides tool t";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Samir Shah";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"WP Multibyte Patch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Jul 2011 12:22:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"28395@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:71:"Multibyte functionality enhancement for the WordPress Japanese package.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"plugin-master";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Black Studio TinyMCE Widget";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Nov 2011 15:06:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"31973@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"The visual editor widget for Wordpress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Marco Chiesi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"SiteOrigin Widgets Bundle";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/plugins/so-widgets-bundle/#post-67824";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 24 May 2014 14:27:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"67824@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:128:"A collection of all widgets, neatly bundled into a single plugin. It&#039;s also a framework to code your own widgets on top of.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Greg Priday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"iThemes Security (formerly Better WP Security)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/plugins/better-wp-security/#post-21738";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Oct 2010 22:06:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"21738@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:146:"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"iThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:46:"https://wordpress.org/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 01 Mar 2017 14:16:32 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"vary";s:15:"Accept-Encoding";s:25:"strict-transport-security";s:11:"max-age=360";s:13:"last-modified";s:29:"Thu, 20 May 2010 17:42:45 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 (620292, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1488420992', 'no'); 
INSERT INTO `wp_options` VALUES (620293, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1488377792', 'no'); 
INSERT INTO `wp_options` VALUES (620294, '_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b', '1488420992', 'no'); 
INSERT INTO `wp_options` VALUES (620295, '_transient_dash_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\'>WordPress 4.7.2 Security Release</a> <span class="rss-date">January 26, 2017</span><div class="rssSummary">WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. [&hellip;]</div></li></ul></div><div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/wordpress-opened-whole-new-world/\'>HeroPress: WordPress Opened Up a Whole New World</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/hackerone-launches-free-community-edition-for-non-commercial-open-source-projects\'>WPTavern: HackerOne Launches Free Community Edition for Non-Commercial Open Source Projects</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/freemius-launches-insights-for-wordpress-themes\'>WPTavern: Freemius Launches Insights for WordPress Themes</a></li></ul></div><div class="rss-widget"><ul><li class="dashboard-news-plugin"><span>Popular Plugin:</span> SiteOrigin Widgets Bundle&nbsp;<a href="plugin-install.php?tab=plugin-information&amp;plugin=so-widgets-bundle&amp;_wpnonce=bbc930c01a&amp;TB_iframe=true&amp;width=600&amp;height=800" class="thickbox open-plugin-details-modal" aria-label="Install SiteOrigin Widgets Bundle">(Install)</a></li></ul></div>', 'no'); 
INSERT INTO `wp_options` VALUES (620296, '_transient_timeout_yit_panel_sidebar_remote_widgets_update', '1488464225', 'no'); 
INSERT INTO `wp_options` VALUES (620297, '_transient_yit_panel_sidebar_remote_widgets_update', '1', 'no'); 
INSERT INTO `wp_options` VALUES (620318, '_site_transient_timeout_theme_roots', '1488389380', 'no'); 
INSERT INTO `wp_options` VALUES (620319, '_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 (620320, '_transient_timeout_nf_form_1', '1488473999', 'no'); 
INSERT INTO `wp_options` VALUES (620321, '_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:"375";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');
#
# 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=33503 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', '2'); 
INSERT INTO `wp_postmeta` VALUES (112, 64, '_edit_lock', '1488391260:1'); 
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', '1475868593:3'); 
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', '1478791763: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', '1487348742: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', '1487780266: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', '1480102738: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.4'); 
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', '1487349398: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', '1480102292: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', '2651'); 
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.4'); 
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', '1480102231: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.4'); 
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', '296'); 
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', '1480101984: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', '298'); 
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.4'); 
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', '1479926848: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.4'); 
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', '1479929739: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.4'); 
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', '1479927454: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.4'); 
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', '1479927124: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.4'); 
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', '1481661604: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.4'); 
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', '1480101925: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.4'); 
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', '2231'); 
INSERT INTO `wp_postmeta` VALUES (836, 312, '_edit_lock', '1474982846: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', '1'); 
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://stage.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://stage.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:"ec90f304c2b0de5add5a5e531ff75d62";a:3:{s:4:"name";s:31:"ReleaSys 8900 Release Agent TDS";s:4:"file";s:82:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8900-1.pdf";s:4:"desc";s:31:"ReleaSys 8900 Release Agent TDS";}s:32:"4f74d3806020ba58ba1188c021ff12f0";a:3:{s:4:"name";s:39:"ReleaSys Release Agent Product Overview";s:4:"file";s:91:"https://stage.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 (1014, 356, '_wp_attached_file', '2016/08/KS1220.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">4 oz.</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://stage.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:"f024fb6a8be6e4fdfda90cbc6fc60a62";a:3:{s:4:"name";s:16:"ReleaSys8200-TDS";s:4:"file";s:82:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8200-1.pdf";s:4:"desc";s:16:"ReleaSys8200-TDS";}s:32:"4f74d3806020ba58ba1188c021ff12f0";a:3:{s:4:"name";s:25:"ReleaSys Product Overview";s:4:"file";s:91:"https://stage.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:"2c08c8ad6ace6bdba059dbf0a3d165f7";a:3:{s:4:"name";s:17:"ReleaSys 8500-TDS";s:4:"file";s:82:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8500-1.pdf";s:4:"desc";s:17:"ReleaSys 8500-TDS";}s:32:"4f74d3806020ba58ba1188c021ff12f0";a:3:{s:4:"name";s:25:"Product Overview-ReleaSys";s:4:"file";s:91:"https://stage.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:74:"https://stage.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', '1480101808: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.4'); 
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:"eb2fd9919edcc3d4363d0f90139db45e";a:3:{s:4:"name";s:15:"ReleaSys 82-TDS";s:4:"file";s:80:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-82-1.pdf";s:4:"desc";s:15:"ReleaSys 82-TDS";}s:32:"74ec2a13a64bc4313d5b01910fc9e69b";a:3:{s:4:"name";s:39:"ReleaSys Release Agent Product Overview";s:4:"file";s:97:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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', '1480102090: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">4 oz.</td>\r\n<td width="104">4 oz.</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">4 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</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:"cebdd44686da436a2a60dea8a9ce351d";a:3:{s:4:"name";s:15:"ReleaSys 85 TDS";s:4:"file";s:80:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-85-1.pdf";s:4:"desc";s:11:"ReleaSys 85";}s:32:"74ec2a13a64bc4313d5b01910fc9e69b";a:3:{s:4:"name";s:39:"ReleaSys Release Agent Product Overview";s:4:"file";s:97:"https://stage.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.4'); 
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', '1480102149: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:74:"https://stage.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.4'); 
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:"2001e729457d4fbd3458ed8bec4e7dab";a:3:{s:4:"name";s:11:"ReleaSys 88";s:4:"file";s:80:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-88-1.pdf";s:4:"desc";s:15:"ReleaSys 88-TDS";}s:32:"74ec2a13a64bc4313d5b01910fc9e69b";a:3:{s:4:"name";s:39:"ReleaSys Release Agent Product Overview";s:4:"file";s:97:"https://stage.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', '1480101750: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:"617be696b4ad760ae163ba2e75412d48";a:3:{s:4:"name";s:11:"ReleaSys 89";s:4:"file";s:80:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-89-1.pdf";s:4:"desc";s:15:"ReleaSys 89-TDS";}s:32:"74ec2a13a64bc4313d5b01910fc9e69b";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:97:"https://stage.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.4'); 
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', '1481738053: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.4'); 
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:"424160dd1cfd6eaa210be48a9b695f13";a:3:{s:4:"name";s:9:"MS-122 SE";s:4:"file";s:72:"https://stage.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">4 oz.</td>\r\n<td width="104">4 oz.</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">4 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</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:74:"https://stage.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">4 oz.</td>\r\n<td width="104">4 oz.</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">4 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</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:74:"https://stage.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">4 oz.</td>\r\n<td width="104">4 oz.</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">4 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</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:74:"https://stage.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">4 oz.</td>\r\n<td width="104">4 oz.</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">4 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</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:74:"https://stage.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">4 oz.</td>\r\n<td width="104">4 oz.</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">4 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</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:74:"https://stage.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">4 oz.</td>\r\n<td width="104">4 oz.</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">4 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</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:74:"https://stage.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">4 oz.</td>\r\n<td width="104">4 oz.</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">4 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</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:74:"https://stage.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', '14 oz. Aerosol'); 
INSERT INTO `wp_postmeta` VALUES (3336, 182, '318_custom_list_file', 'a:1:{s:32:"5d9cc413de206333842cefc2d952f8c5";a:3:{s:4:"name";s:8:"MS-122AV";s:4:"file";s:72:"https://stage.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:"dc75e31af6e7529c9bd950046f2462b0";a:3:{s:4:"name";s:8:"MS-143TE";s:4:"file";s:72:"https://stage.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:"0e510b2f5f05a7d31b5215ea044ace1f";a:3:{s:4:"name";s:8:"MS-143XD";s:4:"file";s:87:"https://stage.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', '1487271754: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.  <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>'); 
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', '1487012124:2'); 
INSERT INTO `wp_postmeta` VALUES (3533, 474, '_edit_last', '2'); 
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://stage.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', '1472236698: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', '1479959430: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.4'); 
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">4 oz.</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">4 oz.</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:"2cbbe5a417a1cb0300b5dab4db155dff";a:3:{s:4:"name";s:6:"VAZO64";s:4:"file";s:79:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/VazoT-64-PDS.pdf";s:4:"desc";s:11:"VAZO 64-TDS";}s:32:"a1a82956cf037ea2b2c2c289fd02afb7";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:99:"https://stage.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:"783fbfbd5464388ec55a08f4b3e03226";a:3:{s:4:"name";s:7:"VAZO 52";s:4:"file";s:79:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/VazoT-52-PDS.pdf";s:4:"desc";s:11:"VAZO 52-TDS";}s:32:"a1a82956cf037ea2b2c2c289fd02afb7";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:99:"https://stage.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', '1479959512: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:80:"https://stage.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.4'); 
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:"d0bc200f0b1d969ddf996d857df629f7";a:3:{s:4:"name";s:7:"VAZO 67";s:4:"file";s:79:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/VazoT-67-PDS.pdf";s:4:"desc";s:7:"VAZO 67";}s:32:"a1a82956cf037ea2b2c2c289fd02afb7";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:99:"https://stage.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', '1479959595: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">4 oz.</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">4 oz.</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:80:"https://stage.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">4 oz.</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">4 oz.</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:80:"https://stage.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">4 oz.</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">4 oz.</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:80:"https://stage.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">4 oz.</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">4 oz.</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:80:"https://stage.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">4 oz.</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">4 oz.</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:80:"https://stage.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.4'); 
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:"21fb47534bce05e7a87d99a35e2229c6";a:3:{s:4:"name";s:7:"VAZO 88";s:4:"file";s:79:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/VazoT-88-PDS.pdf";s:4:"desc";s:11:"Vazo 88-TDS";}s:32:"a1a82956cf037ea2b2c2c289fd02afb7";a:3:{s:4:"name";s:16:"Product Overview";s:4:"file";s:99:"https://stage.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', '1479958894:3'); 
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.4'); 
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', '1479958466: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.4'); 
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 14 oz. 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', '1479957410: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.4'); 
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://stage.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:"dc5deb3c17ea3cb964cbaef025996a1d";a:3:{s:4:"name";s:13:"ReleaSys 8800";s:4:"file";s:82:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/ReleaSys-8800-1.pdf";s:4:"desc";s:17:"ReleaSys 8800-TDS";}s:32:"4f74d3806020ba58ba1188c021ff12f0";a:3:{s:4:"name";s:25:"ReleaSys Product Overview";s:4:"file";s:91:"https://stage.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', '1476199877: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">4 oz.</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.4'); 
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:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:80:"https://stage.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', '1475602468: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">4 oz.</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.4'); 
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:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:80:"https://stage.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', '1475602509: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">4 oz.</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.4'); 
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:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:80:"https://stage.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', '1475602656: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">4 oz.</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.4'); 
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:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:80:"https://stage.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', '1475602723: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">4 oz.</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.4'); 
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:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:80:"https://stage.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">4 oz.</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:80:"https://stage.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', '1475603583: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">4 oz.</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:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:13:"Aerospace PDF";s:4:"file";s:80:"https://stage.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.4'); 
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', '1475603620: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">4 oz.</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:"47de1b05166e3c7c549fe10942a90cff";a:3:{s:4:"name";s:0:"";s:4:"file";s:80:"https://stage.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.4'); 
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">4 oz.</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:80:"https://stage.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">4 oz.</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:80:"https://stage.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">4 oz.</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:80:"https://stage.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">4 oz.</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:80:"https://stage.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">4 oz.</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:80:"https://stage.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">4 oz.</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:80:"https://stage.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">4 oz.</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:80:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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;">4 oz.</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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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;">4 oz.</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">4 oz.</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:81:"https://stage.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">4 oz.</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:81:"https://stage.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">4 oz.</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:81:"https://stage.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', '1474983046: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', '2'); 
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">4 oz.</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:81:"https://stage.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', '1479959019: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.4'); 
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', '1479958741: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 14 oz. 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.4'); 
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', '1479957535: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.4'); 
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">4 oz.</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://stage.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:74:"https://stage.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">4 oz.</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://stage.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:74:"https://stage.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">4 oz.</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://stage.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:74:"https://stage.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">4 oz.</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://stage.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:74:"https://stage.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">4 oz.</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://stage.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:74:"https://stage.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">4 oz.</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://stage.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:74:"https://stage.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">4 oz.</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://stage.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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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">4 oz.</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:74:"https://stage.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:70:"https://stage.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:92:"https://stage.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', '1475670962: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">4 oz.</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.4'); 
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:"6164968608cf8ef44408ff31bd246e95";a:3:{s:4:"name";s:7:"LVP PDF";s:4:"file";s:74:"https://stage.miller-stephenson.com/wp-content/uploads/2016/08/LVP-PDF.pdf";s:4:"desc";s:20:"Technical Data Sheet";}s:32:"ca528e70c1dd3af51ea23b9f97ae13db";a:3:{s:4:"name";s:7:"LVP SDS";s:4:"file";s:70:"https://stage.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:70:"https://stage.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:92:"https://stage.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:76:"https://stage.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">4 oz.</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:76:"https://stage.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">4 oz.</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:76:"https://stage.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">4 oz.</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:70:"https://stage.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:92:"https://stage.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:76:"https://stage.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">4 oz.</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:70:"https://stage.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:92:"https://stage.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:70:"https://stage.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:92:"https://stage.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:70:"https://stage.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:92:"https://stage.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:76:"https://stage.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">4 oz.</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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:70:"https://stage.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:92:"https://stage.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:70:"https://stage.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:92:"https://stage.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://stage.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://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:76:"https://stage.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:92:"https://stage.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:72:"https://stage.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:92:"https://stage.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:72:"https://stage.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:92:"https://stage.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:72:"https://stage.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:92:"https://stage.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:70:"https://stage.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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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;">4 oz.</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:70:"https://stage.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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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;">4 oz.</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:72:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:70:"https://stage.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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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;">4 oz.</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:71:"https://stage.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:92:"https://stage.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;">4 oz.</p>\r\n</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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;">4 oz.</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;">4 oz.</p>\r\n</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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;">4 oz.</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:70:"https://stage.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:92:"https://stage.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">4 oz.</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">4 oz.</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:71:"https://stage.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:92:"https://stage.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', '1476104619: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', '1963'); 
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:72:"https://stage.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:92:"https://stage.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:"023ea43529eeca3818d8281b77a9ec2d";a:3:{s:4:"name";s:7:"FPG PDF";s:4:"file";s:92:"https://stage.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.4'); 
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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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', '1475672465:2'); 
INSERT INTO `wp_postmeta` VALUES (10353, 989, '_edit_last', '2'); 
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">TS4 Properties</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</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">4 oz.</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.4'); 
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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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:72:"https://stage.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:92:"https://stage.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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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">4 oz.</td>\r\n<td width="104">\r\n<p style="text-align: center;">4 oz.</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">4 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 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:71:"https://stage.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:92:"https://stage.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:76:"https://stage.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:92:"https://stage.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:76:"https://stage.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:92:"https://stage.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:77:"https://stage.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:92:"https://stage.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:73:"https://stage.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:92:"https://stage.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:68:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:76:"https://stage.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:86:"https://stage.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">4 oz.</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">4 oz.</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">4 oz.</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;">14 oz.</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;">14 oz.</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;">14 oz.</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;">14 oz.</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">4 oz.</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', '1482353217: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:73:"https://stage.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', '1479960128: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:"cbc798f0e876f78f1a81c0ddd46ea986";a:3:{s:4:"name";s:6:"MS-111";s:4:"file";s:73:"https://stage.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.4'); 
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:"5ec477a214713863439cef908370f994";a:3:{s:4:"name";s:7:"MS-460H";s:4:"file";s:79:"https://stage.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:"5ec477a214713863439cef908370f994";a:3:{s:4:"name";s:7:"MS-462H";s:4:"file";s:79:"https://stage.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:"e560d596446e9ae661c9ce43148190d1";a:3:{s:4:"name";s:7:"MS-470C";s:4:"file";s:79:"https://stage.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:79:"https://stage.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:79:"https://stage.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:79:"https://stage.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:"39fa74e86e4183aaa7da5598783e73c8";a:3:{s:4:"name";s:6:"MS-465";s:4:"file";s:79:"https://stage.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:79:"https://stage.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:"02c6164ca219cca89fe04df6255abf1b";a:3:{s:4:"name";s:6:"MS-475";s:4:"file";s:81:"https://stage.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:81:"https://stage.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:74:"https://stage.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:"430b5bf760ca2544f6a47ff957ededbf";a:3:{s:4:"name";s:7:"MS-114C";s:4:"file";s:74:"https://stage.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://stage.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://stage.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://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:81:"https://stage.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:92:"https://stage.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:81:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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:77:"https://stage.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:86:"https://stage.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:76:"https://stage.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:86:"https://stage.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:76:"https://stage.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:86:"https://stage.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:76:"https://stage.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:86:"https://stage.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:77:"https://stage.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:86:"https://stage.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:76:"https://stage.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:86:"https://stage.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', '1480020133:3'); 
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:"4ae25ece22cbab3fb278d1af16d9b61c";a:3:{s:4:"name";s:15:"Vertrel MCA PDF";s:4:"file";s:73:"https://stage.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.4'); 
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', '1476378215: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:73:"https://stage.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:77:"https://stage.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:86:"https://stage.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:73:"https://stage.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:77:"https://stage.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:81:"https://stage.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:125:"https://stage.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:78:"https://stage.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:79:"https://stage.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 (14416, 1295, '_edit_lock', '1479762286:2'); 
INSERT INTO `wp_postmeta` VALUES (14417, 1295, '_edit_last', '3'); 
INSERT INTO `wp_postmeta` VALUES (14418, 1295, '_wp_page_template', 'default'); 
INSERT INTO `wp_postmeta` VALUES (14419, 1296, '_aioseop_title', 'Epoxy & Coatings'); 
INSERT INTO `wp_postmeta` VALUES (14420, 1296, '_menu_item_type', 'post_type'); 
INSERT INTO `wp_postmeta` VALUES (14421, 1296, '_menu_item_menu_item_parent', '0'); 
INSERT INTO `wp_postmeta` VALUES (14422, 1296, '_menu_item_object_id', '1295'); 
INSERT INTO `wp_postmeta` VALUES (14423, 1296, '_menu_item_object', 'page'); 
INSERT INTO `wp_postmeta` VALUES (14424, 1296, '_menu_item_target', ''); 
INSERT INTO `wp_postmeta` VALUES (14425, 1296, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); 
INSERT INTO `wp_postmeta` VALUES (14426, 1296, '_menu_item_xfn', ''); 
INSERT INTO `wp_postmeta` VALUES (14427, 1296, '_menu_item_url', ''); 
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;">4 oz.</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:81:"https://stage.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://stage.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://stage.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://stage.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://stage.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', ''); 
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://stage.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://stage.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://stage.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://stage.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', '<p class="Body"><span class="C-12">Guidewire coatings available</span></p>\r\n\r\n<ul>\r\n 	<li class="Body P-5"><span class="C-8"> Acid-Primer Based: 1 or 2 coat systems</span>\r\n<ul>\r\n 	<li class="Body P-5">Available in Solvent and Water-based formulations</li>\r\n 	<li class="Body P-5">Various colors available</li>\r\n</ul>\r\n</li>\r\n 	<li class="Body P-5"> Non-<wbr />Chromium (VI): 1 or 2 coat systems\r\n<ul>\r\n 	<li class="Body P-5">Available in Solvent and Water-based formulations</li>\r\n 	<li class="Body P-5">High Temperature and Low Temperature Cure variant</li>\r\n 	<li class="Body P-5">Various colors available</li>\r\n</ul>\r\n</li>\r\n 	<li class="Body P-5">Nitinol-coating\r\n<ul>\r\n 	<li class="Body P-5">Specialized low-temperature coating for Nitinol and temperature-sensitive alloys.</li>\r\n 	<li class="Body P-5">Various colors available</li>\r\n</ul>\r\n</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:96:"https://stage.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:4626:"	<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://stage.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://stage.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://stage.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://stage.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://stage.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:1827:"	<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://stage.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:4892:"	<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://stage.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:3997:"	<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://stage.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', '1474305229:3'); 
INSERT INTO `wp_postmeta` VALUES (14735, 1384, '_edit_last', '3'); 
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:"0880b80b32ebb1dd9bac248b81fe438c";a:3:{s:4:"name";s:14:"MS 555/557 PDF";s:4:"file";s:77:"https://stage.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;">14 oz.</td>\r\n<td style="text-align: center;">4 oz.</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.4'); 
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:70:"https://stage.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">4 oz.</td>\r\n<td width="104">4 oz.</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">4 oz.</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:69:"https://stage.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">4 oz.</td>\r\n<td width="104">4 oz.</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">4 oz.</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:69:"https://stage.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">4 oz.</td>\r\n<td width="104">4 oz.</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">4 oz.</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:98:"https://stage.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:75:"https://stage.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', '1484600017:2'); 
INSERT INTO `wp_postmeta` VALUES (15386, 1525, '_edit_last', '3'); 
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 (15473, 1295, '_footer', 'normal'); 
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', '1480019937:3'); 
INSERT INTO `wp_postmeta` VALUES (15548, 1601, '_edit_last', '3'); 
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>14 oz. 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>14 oz. 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', '1473945690:2'); 
INSERT INTO `wp_postmeta` VALUES (16405, 1668, '_edit_last', '2'); 
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', '1669'); 
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.4'); 
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', ''); 
INSERT INTO `wp_postmeta` VALUES (16444, 1668, '_ywtm_content_tab_description', ''); 
INSERT INTO `wp_postmeta` VALUES (16445, 1668, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (16446, 1670, '_edit_lock', '1473945946:2'); 
INSERT INTO `wp_postmeta` VALUES (16447, 1670, '_edit_last', '2'); 
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', '1671'); 
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.4'); 
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', '1479928647: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>14 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.4'); 
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', '1477586563: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.4'); 
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', '1474303631:3'); 
INSERT INTO `wp_postmeta` VALUES (16864, 1693, '_edit_last', '3'); 
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.4'); 
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', '1474305197:3'); 
INSERT INTO `wp_postmeta` VALUES (16906, 1695, '_edit_last', '3'); 
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.4'); 
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', '1474305275:3'); 
INSERT INTO `wp_postmeta` VALUES (16948, 1697, '_edit_last', '3'); 
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.4'); 
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', '1474912640: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.4'); 
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> (14 oz. 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', '1474652632: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">Vertrel XF</td>\r\n<td width="118">wt%</td>\r\n<td width="147">62.0 ± 1.0</td>\r\n</tr>\r\n<tr>\r\n<td width="232">Trans-1,2-dichloroethylene</td>\r\n<td width="118">wt%</td>\r\n<td width="147">38.0 ± 1.0</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', ''); 
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</ul>\r\n&nbsp;'); 
INSERT INTO `wp_postmeta` VALUES (17968, 1834, '318_custom_list_file', 'a:1:{s:32:"66315170e2ec22c8ad4eecd32040410c";a:3:{s:4:"name";s:7:"MS-752U";s:4:"file";s:85:"https://stage.miller-stephenson.com/wp-content/uploads/2016/09/MS-752U-ultrapure.docx";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.4'); 
INSERT INTO `wp_postmeta` VALUES (17994, 1834, '_product_image_gallery', ''); 
INSERT INTO `wp_postmeta` VALUES (17995, 1842, '_edit_lock', '1487365031:2'); 
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:71:"https://stage.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:92:"https://stage.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:71:"https://stage.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:92:"https://stage.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 (18165, 1295, '_aioseop_title', 'Epoxy & Coatings'); 
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://stage.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:"1d4d84051b520121ab0e09c1a8f7c5e8";a:3:{s:4:"name";s:8:"MS-122AD";s:4:"file";s:87:"https://stage.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:87:"https://stage.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:71:"https://stage.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:92:"https://stage.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 (18815, 1295, '_yoast_wpseo_title', 'Epoxy Resin | Conformal Coatings | Miller-Stephenson'); 
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/B Flux Remover'); 
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', 'SolvSys MS-555/557 Flux Remover'); 
INSERT INTO `wp_postmeta` VALUES (18901, 1695, '_yoast_wpseo_title', 'SolvSys MS-560/562 Flux Remover'); 
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 MS-755L Heavy Duty Solvent & Flux Remover'); 
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', 'SolvSys MS-752U Solvent Cleaner'); 
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 - PTFE Tape Replacement'); 
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 (19057, 1295, '_yoast_wpseo_metadesc', 'Miller-Stephenson offers Hexion Epoxy Resin systems and High Performance Conformal Coatings to meet all protection and barrier requirements. MIL-SPEC rated.'); 
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 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).'); 
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-153BN, 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 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).'); 
INSERT INTO `wp_postmeta` VALUES (19140, 1695, '_yoast_wpseo_metadesc', 'Our 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.'); 
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', 'Miller-Stephenson offers an Ultrapure grade of Vertrel MCA Cleaning Agent which has been purified through a proprietary process achieving sub ppm levels of particulates and non-volatile residues. Vertrel MCA 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. Vertrel MCA is listed by the Compressed Gas Association Inc. in the Directory of Cleaning Agents for Oxygen Service.'); 
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', 'Unlike PTFE tape, which should be removed before re-application, Krytox TS4 Thread Sealant can be re-applied over existing Krytox thread sealant.'); 
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', '97'); 
INSERT INTO `wp_postmeta` VALUES (19369, 638, '_yoast_wpseo_linkdex', '100'); 
INSERT INTO `wp_postmeta` VALUES (19370, 643, '_yoast_wpseo_linkdex', '97'); 
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', '76'); 
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', '76'); 
INSERT INTO `wp_postmeta` VALUES (20436, 648, '_yoast_wpseo_linkdex', '76'); 
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://stage.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', '1484060897: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://stage.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://stage.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://stage.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://stage.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'); 
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', '1475252293:1'); 
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', '1475672608'); 
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":"ok"}]'); 
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', '[{"keyword":"ReleaSys 89","score":"good"}]'); 
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:200:"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://stage.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:142:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Miller-Stephenson Chemicals (https://stage.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.\r\n'); 
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', ''); 
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', '95'); 
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', '1479927892: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.4'); 
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', '16'); 
INSERT INTO `wp_postmeta` VALUES (22050, 2312, '_yoast_wpseo_focuskw_text_input', 'MS-145W'); 
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:"4921817370810b04a01eacb0b565b886";a:3:{s:4:"name";s:7:"MS-145W";s:4:"file";s:79:"https://stage.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://stage.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', '100'); 
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://stage.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://stage.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://stage.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://stage.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://stage.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', '100'); 
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":"good"}]'); 
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://stage.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://stage.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', '95'); 
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":"na"}]'); 
INSERT INTO `wp_postmeta` VALUES (22435, 290, '_yoast_wpseo_linkdex', '94'); 
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', '96'); 
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://stage.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', '91'); 
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', '95'); 
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', '30'); 
INSERT INTO `wp_postmeta` VALUES (22728, 182, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-122AV","score":"na"}]'); 
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', '30'); 
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', '30'); 
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', 'MS-143XD'); 
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', '95'); 
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":"na"},{"keyword":"dry lubricant","score":"na"}]'); 
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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '95'); 
INSERT INTO `wp_postmeta` VALUES (22855, 1520, '_wp_attachment_image_alt', 'Universal PTFE Release Agent'); 
INSERT INTO `wp_postmeta` VALUES (22856, 2460, '_edit_lock', '1487964355: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', '30'); 
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-silane5</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>Abrasion1</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 Resistance2</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 Resistance3</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-Smudge4</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\n1Water contact angle exceeds 100° using a TABER® linear abraser with #0000 steel wool and 1 kg/cm2 of force\r\n2Water contact angle after 9 days of exposure at 200 °C (392 °F)\r\n3Maintained contact angle &gt;110° after 24 hr soak in various household cleaners (pH &lt;11)\r\n4Qualitative wipe test\r\n5(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.4'); 
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://stage.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://stage.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://stage.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://stage.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', '143'); 
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', '1486048722:2'); 
INSERT INTO `wp_postmeta` VALUES (22982, 2474, '_edit_last', '3'); 
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', '100'); 
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 14 oz. 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://stage.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://stage.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', '100'); 
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://stage.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.\r\n'); 
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', '30'); 
INSERT INTO `wp_postmeta` VALUES (23130, 1152, '_yoast_wpseo_focuskeywords', '[{"keyword":"MS-111","score":"good"}]'); 
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://stage.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', 'AIBN'); 
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://stage.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', '100'); 
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', 'polymerization 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 (23227, 1295, '_show_author_inthis_post', 'author_default'); 
INSERT INTO `wp_postmeta` VALUES (23228, 1295, '_yoast_wpseo_focuskw_text_input', 'Epoxy Resin'); 
INSERT INTO `wp_postmeta` VALUES (23229, 1295, '_yoast_wpseo_focuskw', 'Epoxy Resin'); 
INSERT INTO `wp_postmeta` VALUES (23230, 1295, '_yoast_wpseo_content_score', '60'); 
INSERT INTO `wp_postmeta` VALUES (23231, 1295, '_yoast_wpseo_focuskeywords', '[{"keyword":"conformal coatings","score":"ok"}]'); 
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 (23234, 1295, '_yoast_wpseo_linkdex', '93'); 
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://stage.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:74:"https://stage.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', 'ACHN'); 
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":"good"}]'); 
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', ''); 
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', '77'); 
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', ''); 
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":"ok"}]'); 
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://stage.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://stage.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://stage.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://stage.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', 'MS-462H'); 
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":"good"}]'); 
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', 'Mold Release Agents'); 
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":"na"}]'); 
INSERT INTO `wp_postmeta` VALUES (23621, 308, '_yoast_wpseo_linkdex', '95'); 
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', '60'); 
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', '92'); 
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', '1487944000: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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '1479928754: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://stage.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', '1479928774: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', '1477573553: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://stage.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://stage.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://stage.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', '1482440224:2'); 
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', '1482425454:2'); 
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', '1481058188:3'); 
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\\":\\"I am Molding Composites\\",\\"next\\":\\"20\\"},{\\"choice\\":\\"I am Molding Rubber\\",\\"next\\":\\"23\\"},{\\"choice\\":\\"I am Molding Epoxies\\",\\"next\\":\\"5\\"},{\\"choice\\":\\"I am Molding Polyurethane \\",\\"next\\":\\"14\\"},{\\"choice\\":\\"I am Molding Silicone or Fluorosilicone\\",\\"next\\":\\"29\\"},{\\"choice\\":\\"I am performing Rotational Molding\\",\\"next\\":\\"26\\"}]},\\"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://stage.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://stage.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\\":\\"35\\"},{\\"choice\\":\\"No\\",\\"next\\":\\"14\\"}]},\\"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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/\\",\\"info\\":\\"\\",\\"choices\\":[]}},\\"index\\":{\\"0\\":\\"1\\",\\"1\\":\\"5\\",\\"2\\":\\"14\\",\\"3\\":\\"17\\",\\"4\\":\\"20\\",\\"5\\":\\"23\\",\\"6\\":\\"26\\",\\"7\\":\\"29\\",\\"8\\":\\"35\\"},\\"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', '1482425368:2'); 
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', '1482425263:2'); 
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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/08/shutterstock_166416101.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28021, 1097, '_yoast_wpseo_twitter-image', 'https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/11/shutterstock_358447820-1.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28209, 1128, '_yoast_wpseo_opengraph-image', 'https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/tribosys-industrial.jpg'); 
INSERT INTO `wp_postmeta` VALUES (28272, 2869, '_yoast_wpseo_opengraph-image', 'https://stage.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', '1482954161:3'); 
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:79:"https://stage.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:73:"https://stage.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://stage.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://stage.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://stage.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://stage.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 (31296, 64, '_thumbnail_id', ''); 
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', '1487344760: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', '1487270743'); 
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', '1487271422'); 
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://stage.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://stage.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">4 oz.</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://stage.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">4 oz.</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://stage.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">4 oz.</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://stage.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">4 oz.</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://stage.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', '1488308843: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', '1488307978: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', '1488307852: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 (33483, 3759, '_edit_lock', '1488300685:2'); 
INSERT INTO `wp_postmeta` VALUES (33484, 3760, '_edit_lock', '1488309266: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');
#
# 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=3764 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://stage.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="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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2017-01-19 20:41:06', '2017-01-19 20:41:06', '', 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', '', '', '2016-09-23 11:36:40', '2016-09-23 11:36:40', '', 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://stage.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\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://stage.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', '', 'publish', 'closed', 'closed', '', 'news', '', '', '2016-11-10 15:31:42', '2016-11-10 15:31: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\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', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2017-02-17 16:27:50', '2017-02-17 16:27:50', '', 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: 203-743-4447 (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-02-22 16:17:43', '2017-02-22 16:17:43', '', 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', '', '', '2016-09-28 13:50:32', '2016-09-28 13:50:32', '', 0, 'https://132.148.10.86/wordpress/?p=126', 8, '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', '', '', '2016-09-23 11:36:40', '2016-09-23 11:36:40', '', 0, 'https://132.148.10.86/wordpress/?p=128', 3, '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', '', '', '2016-09-23 11:36:40', '2016-09-23 11:36:40', '', 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://stage.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', 'MS-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://stage.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\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://stage.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', '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', 'open', 'closed', '', 'ptfe-release-agent', '', '', '2016-11-25 19:41:10', '2016-11-25 19:41:10', '', 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://stage.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://stage.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 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', '', 'publish', 'closed', 'closed', '', 'about-miller-stephenson', '', '', '2017-02-17 16:36:37', '2017-02-17 16:36:37', '', 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', '', '', '2016-09-28 13:50:32', '2016-09-28 13:50:32', '', 0, 'https://132.148.10.86/wordpress/?p=214', 5, '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', 'ReleaSys 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>Highest Slip; Minimized transfer</li>\r\n 	<li>Minimized mold fouling and contamination</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. ReleaSys 8800 is water-based release agent that is Miller-Stephenson most robust release agent and offers the greatest utility.</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 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.</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://stage.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://stage.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', '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. 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>Ideal for high complexity molds</li>\r\n 	<li>Highest Slip; Minimized transfer</li>\r\n 	<li>Water-based Formulation</li>\r\n 	<li>Minimized mold fouling and contamination</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'composite-mold-release-agent', '', '', '2016-11-25 19:33:36', '2016-11-25 19:33:36', '', 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', 'ReleaSys 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://stage.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\r\n<a href="https://stage.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:\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', 'open', 'closed', '', 'rubber-molding-release-agent', '', '', '2016-11-25 19:32:16', '2016-11-25 19:32:16', '', 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, '2016-11-03 16:32:03', '2016-11-03 16:32:03', 'ReleaSys 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>Highest Slip; Minimized transfer</li>\n 	<li>Minimized mold fouling and contamination</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. ReleaSys 8800 is water-based release agent that is Miller-Stephenson most robust release agent and offers the greatest utility.</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 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.</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;"><strong><a href="https://stage.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a></strong></p>\n<strong><a href="https://stage.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', '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. 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>Ideal for high complexity molds</li>\n 	<li>Highest Slip; Minimized transfer</li>\n 	<li>Water-based Formulation</li>\n 	<li>Minimized mold fouling and contamination</li>\n</ul>', 'inherit', 'closed', 'closed', '', '290-autosave-v1', '', '', '2016-11-03 16:32:03', '2016-11-03 16:32:03', '', 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', 'ReleaSys 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\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<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 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.</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://stage.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\r\n<a href="https://stage.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', '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', 'open', 'closed', '', 'ptfe-water-based-release-agents', '', '', '2016-11-25 19:28:32', '2016-11-25 19:28:32', '', 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, '2016-11-25 19:28:40', '2016-11-25 19:28:40', 'ReleaSys 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:\n<ul>\n 	<li>High durability; Surface activation chemistry</li>\n 	<li>Ideal for Silicone-based molding</li>\n 	<li>Ideal for Rubber to Metal Bonding</li>\n 	<li>Thermally Stable (&gt;550°F)</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<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 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.</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://stage.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\n<a href="https://stage.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', '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:\n<ul>\n 	<li>High durability; Surface activation chemistry</li>\n 	<li>Ideal for Silicone-based molding</li>\n 	<li>Ideal for Rubber to Metal Bonding</li>\n 	<li>Thermally Stable (&gt;550°F)</li>\n 	<li>Clean, Non-oily, Non-migrating</li>\n</ul>', 'inherit', 'closed', 'closed', '', '297-autosave-v1', '', '', '2016-11-25 19:28:40', '2016-11-25 19:28:40', '', 297, 'https://132.148.10.86/wordpress/297-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (300, 3, '2016-11-16 18:41:26', '2016-11-16 18:41:26', 'ReleaSys 8500 is a highly versatile water-based, semi-permanent <span style="text-decoration: underline;"><strong><a href="https://stage.miller-stephenson.com/rubber-mold-release/">rubber molding release agent</a></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;">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<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://stage.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\n<a href="https://stage.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', '', '', '2016-11-16 18:41:26', '2016-11-16 18:41:26', '', 293, 'https://132.148.10.86/wordpress/293-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (301, 3, '2016-11-23 18:45:55', '2016-11-23 18:45:55', 'MS-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   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://stage.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\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://stage.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', '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', '', '', '2016-11-23 18:45:55', '2016-11-23 18:45:55', '', 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', 'MS-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<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://stage.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', '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', 'open', 'closed', '', 'ptfe-mold-release-agent', '', '', '2016-11-23 18:49:33', '2016-11-23 18:49:33', '', 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', 'MS-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\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<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 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. </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://stage.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', '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', 'open', 'closed', '', 'ptfe-mold-release-agents', '', '', '2016-11-23 18:51:39', '2016-11-23 18:51:39', '', 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', 'MS-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\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<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 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<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://stage.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', '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', 'open', 'closed', '', 'universal-ptfe-release-agent', '', '', '2016-10-10 17:05:13', '2016-10-10 17:05:13', '', 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', 'MS-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\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<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 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. </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://stage.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', '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', 'open', 'closed', '', 'dry-film-mold-release-agent', '', '', '2016-11-23 18:53:58', '2016-11-23 18:53:58', '', 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', 'Miller-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://stage.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', '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', '', '', '2016-12-13 20:06:19', '2016-12-13 20:06:19', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=308', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (309, 3, '2016-12-13 20:05:05', '2016-12-13 20:05:05', 'Miller-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://stage.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', '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', '', '', '2016-12-13 20:05:05', '2016-12-13 20:05:05', '', 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', 'ReleaSys 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\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://stage.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://stage.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', '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.  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>', 'publish', 'open', 'closed', '', 'urethane-mold-release-agent', '', '', '2016-11-25 19:26:43', '2016-11-25 19:26:43', '', 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', '', '', '2016-09-27 13:29:45', '2016-09-27 13:29:45', '', 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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://stage.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://stage.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://stage.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 (356, 2, '2016-08-18 12:25:01', '2016-08-18 12:25:01', '', 'KS1220', '', 'inherit', 'open', 'closed', '', 'ks1220', '', '', '2016-08-18 12:25:01', '2016-08-18 12:25:01', '', 347, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/08/KS1220.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\n\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\n\n<a href="https://stage.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\n\n<a href="https://stage.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://stage.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', 'ReleaSys 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\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://stage.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://stage.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 (Aerosol)', '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', '', '', '2016-11-25 19:25:30', '2016-11-25 19:25:30', '', 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://stage.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://stage.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', 'ReleaSys 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\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://stage.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://stage.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 (Aerosol)', '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', '', '', '2016-11-25 19:30:21', '2016-11-25 19:30:21', '', 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://stage.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', 'ReleaSys 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<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://stage.miller-stephenson.com/mold-release-application-guide/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\r\n<a href="https://stage.miller-stephenson.com/mold-release-agents/">For a guide on which Release agent systems are right for you click here</a>', 'ReleaSys 88 (Aerosol)', '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', '', '', '2016-11-25 19:31:21', '2016-11-25 19:31:21', '', 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', '', 'Water-based Mold Release Agent', '', 'inherit', 'open', 'closed', '', 'airplane-window-releasys88', '', '', '2016-11-23 13:49:53', '2016-11-23 13:49:53', '', 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', 'ReleaSys 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\r\nThe 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\r\nTo find out if semi-permanent technologies would work for your process<a href="https://stage.miller-stephenson.com/tech-support/"> contact us and talk with one of our industry experts.</a>\r\n\r\nSpecific to use in molding of <strong><a href="https://stage.miller-stephenson.com/composite-mold-release-agents/">composite </a></strong>and <strong><a href="https://stage.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\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.\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://stage.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://stage.miller-stephenson.com/mold-release-agents/">Click here for information which Mold release agent is right for you.</a></strong>', 'ReleaSys 89 (Aerosol)', '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', 'open', 'closed', '', 'release-agents', '', '', '2016-11-25 19:24:41', '2016-11-25 19:24:41', '', 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', 'VAZO 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://stage.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', '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://stage.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', '', '', '2016-12-14 17:56:20', '2016-12-14 17:56:20', '', 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, '2016-10-10 16:18:13', '2016-10-10 16:18:13', 'MS-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://stage.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', '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', '', '', '2016-10-10 16:18:13', '2016-10-10 16:18:13', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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, '2016-10-10 17:02:44', '2016-10-10 17:02:44', 'MS-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>\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 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<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://stage.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', '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', '', '', '2016-10-10 17:02:44', '2016-10-10 17:02:44', '', 305, 'https://132.148.10.86/wordpress/305-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (445, 3, '2016-10-12 17:41:01', '2016-10-12 17:41:01', 'MS-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>\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 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. </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://stage.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', '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', '', '', '2016-10-12 17:41:01', '2016-10-12 17:41:01', '', 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, '2016-09-15 17:48:48', '2016-09-15 17:48: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://stage.miller-stephenson.com/about/"]\n\n[/text_box]\n[text_box]\n<h2>SINCE 1955</h2>\n[/text_box]\n[text_box position_y="20"]\n<h3><strong>Quality &amp; Service</strong></h3>\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://stage.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://stage.miller-stephenson.com/chemicals/krytox-tribosys-finish-line/"]\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[/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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/"]\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://stage.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=" MILLMEDICAL" size="larger" link="https://stage.miller-stephenson.com/chemicals/medical-chemicals/"]\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://stage.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://stage.miller-stephenson.com/chemicals/vazo/"]\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://stage.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 &amp; CONFORMAL COATINGS" size="larger" link="https://stage.miller-stephenson.com/epoxy-and-coatings/"]\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[/col]\n\n[/row]\n[row]\n\n[col span="4" align="0"]\n<h3>Technical Support</h3>\nOur team of industry experts are available to provide you with a level of service and technical knowledge unsurpassed in the market.\n\n[/col]\n[col span="4"]\n<h3>Application Experts</h3>\nWith over 60 years of knowledge &amp; expertise, Miller Stephenson\'s technical service team can help you find solutions to your manufacturing issues.\n\n[/col]\n[col span="4"]\n<h3>Large Inventory</h3>\nWe are committed to ensuring that our customers can count on swift delivery and an uninterrupted supply chain.\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<h4><span class="fancy-underline"><span style="font-size: 95%;"><em>INTRODUCING</em></span></span></h4>\n[divider]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent"]\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[/col]\n[col span="3"]\n\n[ux_image id="1618" image_size="Original"]\n\n[/col]\n[col span="3"]\n\n[ux_image id="1614" image_size="Original"]\n\n[/col]\n[col span="3"]\n\n[ux_image id="1617"]\n\n[/col]\n\n[/row]\n[row]\n\n[col span="3"]\n\n[ux_image id="1620"]\n\n[/col]\n[col span="3"]\n\n[ux_image id="1580"]\n\n[/col]\n[col span="3"]\n\n[ux_image id="1624"]\n\n[/col]\n[col span="3"]\n\n[ux_image id="1586"]\n\n[/col]\n\n[/row]\n[gap]', 'Home', '', 'inherit', 'closed', 'closed', '', '64-autosave-v1', '', '', '2016-09-15 17:48:48', '2016-09-15 17:48:48', '', 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://stage.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://stage.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', '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">Full Back Intergrated raw material manufacturing; Guarantees 100% consistency lot-to-lot</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\nThese solvent and water based liquid 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 resins provide adhesion and abrasion resistance. These Fluoropolymer medical coatings can be applied to smooth, clean metal. Bake requirements vary, depending on the specific coating.\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 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<strong>Water-based One-Coat/Two-Coat Catheter Guide Wire Coatings</strong>\r\n\r\n<span style="text-decoration: underline;">Next-generation</span> 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. These medical guidewire coatings are path forward for companies who want to stay ahead of the Regulartory restriction of Chromium-6 while enhancing consistency, surface adhesion, minimal coefficient of friction on there guidewire or electrocautery medical device\r\n\r\n<span style="text-decoration: underline;"><strong> </strong><strong>Performance and Facts </strong></span>\r\n<ul>\r\n 	<li>No Cr(VI)</li>\r\n 	<li>Water-based</li>\r\n 	<li>One coat/ two coat systems</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 	<li>Electrocautery medical coatings</li>\r\n 	<li>Guidewire medical coatings</li>\r\n 	<li>Nitinol and temperature-sensitive alloys</li>\r\n</ul>\r\nhttps://www.youtube.com/watch?v=-YyTjhmKcyw\r\n\r\n<a href="https://stage.miller-stephenson.com/tech-support/">For further information please contact our Technical Service team here</a>', 'Fluoropolymer Medical Coatings', 'Miller-Stephenson\'s Fluoropolymer 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>', 'publish', 'open', 'closed', '', 'fluoropolymer-medical-coatings', '', '', '2017-02-16 19:01:59', '2017-02-16 19:01:59', '', 0, 'https://132.148.10.86/wordpress/?post_type=product&#038;p=469', 0, 'product', '', 0); 
INSERT INTO `wp_posts` VALUES (471, 3, '2017-02-15 14:33:58', '2017-02-15 14:33:58', '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:\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">Full Back Intergrated raw material manufacturing; Guarantees 100% consistency lot-to-lot</li>\n 	<li class="Body">Elimination of Delamination</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 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>\nThese solvent and water based liquid 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 resins provide adhesion and abrasion resistance. These Fluoropolymer medical coatings can be applied to smooth, clean metal. Bake requirements vary, depending on the specific coating.\n<p class="Body"><strong><span class="C-12">Usage Recommendations:</span></strong></p>\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<strong>Water-based One-Coat/Two-Coat Catheter Guide Wire Coatings</strong>\n\n<span style="text-decoration: underline;">Next-generation</span> 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. These medical guidewire coatings are path forward for companies who want to stay ahead of the Regulartory restriction of Chromium-6 while enhancing consistency, surface adhesion, minimal coefficient of friction on there guidewire or electrocautery medical device\n\n<span style="text-decoration: underline;"><strong> </strong><strong>Performance and Facts </strong></span>\n<ul>\n 	<li>No Cr(VI)</li>\n 	<li>Water-based</li>\n 	<li>One coat/ two coat systems</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 	<li>Nitinol and temperature-sensitive alloys</li>\n</ul>\n<a href="https://stage.miller-stephenson.com/tech-support/">For further information please contact our Technical Service team here</a>', 'Fluoropolymer Medical Coatings', 'Miller-Stephenson&#039;s Fluoropolymer 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:\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">Stable to all forms of sterilization</li>\n 	<li class="Body">Passes all ISO and ASTM guidelines*</li>\n</ul>', 'inherit', 'closed', 'closed', '', '469-autosave-v1', '', '', '2017-02-15 14:33:58', '2017-02-15 14:33:58', '', 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', 'FluoroExtreme 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 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>\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://stage.miller-stephenson.com/dental-handpiece-lubricant/">click here.</a>', 'FluoroExtreme Dental Lubricant', '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-02-13 18:57:35', '2017-02-13 18:57:35', '', 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://stage.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://stage.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://stage.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://stage.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', '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://stage.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.', '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:\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://stage.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', '', '', '2016-11-24 03:52:36', '2016-11-24 03:52:36', '', 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', '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. 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://stage.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 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', '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://stage.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', '', '', '2016-11-24 03:53:59', '2016-11-24 03:53:59', '', 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', '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://stage.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', '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://stage.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', '', '', '2016-11-24 03:55:23', '2016-11-24 03:55:23', '', 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', 'Miller-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://stage.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://stage.miller-stephenson.com/tech-support/">contact us</a>.</p>', 'MS-460H', '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', '', '', '2016-11-24 03:43:38', '2016-11-24 03:43:38', '', 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', '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 14 oz. 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://stage.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\' 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 14 oz. aerosol can.\r\n\r\n&nbsp;', 'publish', 'open', 'closed', '', 'acrylic-conformal-coatings', '', '', '2016-11-24 03:36:36', '2016-11-24 03:36:36', '', 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://stage.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://stage.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', '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://stage.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;', 'MS-114C', 'MS-114C, Miller-Stephenson\'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:\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>', 'publish', 'open', 'closed', '', 'conformal-coating-stripper', '', '', '2016-11-24 03:18:32', '2016-11-24 03:18:32', '', 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 14 oz. 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://stage.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 14 oz. 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://stage.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 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.\r\n\r\n<a href="https://stage.miller-stephenson.com/krytox-aviation/">Click here to learn more about Aviation applications.</a>\r\n<a href="https://stage.miller-stephenson.com/krytox-agl-683-gearbox-grease/">Click here to learn more about Aviation Gear Box Grease</a>', '240AZ', '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<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.\r\n<br /><br />\r\n<img class="alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-240az', '', '', '2016-10-11 15:33:34', '2016-10-11 15:33:34', '', 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', '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.', '240AA', '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\n<img class="alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-240aa', '', '', '2016-10-04 17:34:21', '2016-10-04 17:34:21', '', 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', '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', '240AB', '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<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.\r\n<br /><br />\r\n<img class="alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-240ab', '', '', '2016-10-04 17:37:24', '2016-10-04 17:37:24', '', 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', '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.\r\n', '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.\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.\r\n<br /><br />\r\n<img class="alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-240ac', '', '', '2016-10-04 17:39:52', '2016-10-04 17:39:52', '', 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', '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.\r\n', '240AD', '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\n<img class="alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-240ad', '', '', '2016-10-04 17:40:56', '2016-10-04 17:40:56', '', 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://stage.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', '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\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.', '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://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-250ac', '', '', '2016-10-04 17:55:16', '2016-10-04 17:55:16', '', 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', '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\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', '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://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-250ad', '', '', '2016-10-04 17:55:53', '2016-10-04 17:55:53', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-09-23 11:36:40', '2016-09-23 11:36:40', '', 0, 'https://132.148.10.86/wordpress/?p=670', 4, '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-09-27 13:30:45', '2016-09-27 13:30:45', '', 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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-11-24 03:45:47', '2016-11-24 03:45:47', '', 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', '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://stage.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\'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', '', '', '2016-11-24 03:41:09', '2016-11-24 03:41:09', '', 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://stage.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', '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:\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://stage.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://stage.miller-stephenson.com/tech-support/">contact us</a>.', 'MS-470C', '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', '', '', '2016-11-24 03:21:04', '2016-11-24 03:21:04', '', 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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://stage.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://stage.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://stage.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://stage.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\r\n\r\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\r\n\r\n<a href="https://stage.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '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\r\npressures 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. 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<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.', '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<br/><br/>\r\n<img class="alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'publish', 'open', 'closed', '', 'krytox-lvp', '', '', '2016-10-05 12:38:18', '2016-10-05 12:38:18', '', 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, '2016-10-05 12:37:50', '2016-10-05 12:37:50', '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\npressures as low as 10–13 mmHg, and in even the most chemically severe environments, Krytox® LVP grease gives dependable, proven performance.\n\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. 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\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\nCompatible with Oxygen\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.', '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<br/><br/>\n<img class="alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '862-autosave-v1', '', '', '2016-10-05 12:37:50', '2016-10-05 12:37:50', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-10-10 13:05:53', '2016-10-10 13:05:53', '', 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://stage.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://stage.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', '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.\r\n\r\nhttps://www.youtube.com/watch?v=XxJbQOWtIG0', 'TS4', '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.\r\n\r\n<img class="alignright" src="https://stage.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', '', '', '2016-10-05 13:03:22', '2016-10-05 13:03:22', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-12-21 20:49:09', '2016-12-21 20:49:09', '', 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://stage.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://stage.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://stage.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', '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 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\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', '', '', '2016-11-24 04:04:16', '2016-11-24 04:04:16', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-10-13 17:02:39', '2016-10-13 17:02:39', '', 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://stage.miller-stephenson.com/vertrel-fluids/">To learn more please click here.</a>\r\n\r\nhttps://stage.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://stage.miller-stephenson.com/vertrel-fluids/">Please click here for more information regarding solvents and replacements.</a>\r\n\r\nhttps://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (1295, 1, '2016-09-07 17:58:06', '2016-09-07 17:58:06', '<strong>Hexion Epoxy Resin Systems:</strong> Miller-Stephenson offers a diverse line of EPON 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. The depth of our product offering features epoxy resins, hardeners, flexibilizers, curing agents and modifiers, providing the performance you’re looking for and enhancing the processes you rely on. The large family of epoxy resins represent some of the highest performance resins available . Epoxies generally out-perform most other resin types in terms of mechanical properties and resistance to environmental degradation, which leads to their almost exclusive use in aircraft components and other challenging applications.\r\n\r\n<strong>Conformal Coatings:</strong> 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 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\r\n[product_categories number="2" ids="11,93" columns="4" title="Epoxy and Resins"]', 'Epoxy and Coatings', '', 'publish', 'closed', 'closed', '', 'epoxy-resin-conformal-coatings', '', '', '2016-10-12 13:40:56', '2016-10-12 13:40:56', '', 0, 'https://132.148.10.86/wordpress/?page_id=1295', 0, 'page', '', 0); 
INSERT INTO `wp_posts` VALUES (1296, 1, '2016-09-07 17:58:07', '2016-09-07 17:58:07', ' ', '', '', 'publish', 'closed', 'closed', '', '1296', '', '', '2016-09-07 17:58:07', '2016-09-07 17:58:07', '', 0, 'https://132.148.10.86/wordpress/1296/', 5, 'nav_menu_item', '', 0); 
INSERT INTO `wp_posts` VALUES (1297, 1, '2016-09-07 17:58:06', '2016-09-07 17:58:06', '[product_categories ids"1,2" 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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 17:58:06', '2016-09-07 17:58:06', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1298, 1, '2016-09-07 18:08:39', '2016-09-07 18:08:39', '[product_categories number="10" id="246,149" columns="8" title="Epoxy and Resins"]\n\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"]\n\n<h4 class="alt-font">INTRODUCING</h4>\n___\n<h1>ReleaSys&nbsp;<strong>™ </strong></h1>\n<h4 class="thin-font">Semi-Permanent Mold Release</h4>\n[button text="TELL ME MORE" link="https://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\n\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-autosave-v1', '', '', '2016-09-07 18:08:39', '2016-09-07 18:08:39', '', 1295, 'https://132.148.10.86/wordpress/1295-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1299, 1, '2016-09-07 17:58:42', '2016-09-07 17:58:42', '[product_categories ids="1,2" 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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 17:58:42', '2016-09-07 17:58:42', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1300, 1, '2016-09-07 18:01:53', '2016-09-07 18:01:53', '[product_categories ids="246,227" 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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:01:53', '2016-09-07 18:01:53', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1301, 1, '2016-09-07 18:02:20', '2016-09-07 18:02:20', '[product_categories ids="246" 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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:02:20', '2016-09-07 18:02:20', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1302, 1, '2016-09-07 18:02:48', '2016-09-07 18:02:48', '[product_categories ids="246,227" number="10" 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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:02:48', '2016-09-07 18:02:48', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1303, 1, '2016-09-07 18:03:18', '2016-09-07 18:03:18', '[product_categories ids="246,227," number="10" 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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:03:18', '2016-09-07 18:03:18', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1304, 1, '2016-09-07 18:03:41', '2016-09-07 18:03:41', '[product_categories ids="246,227" number="10" columns="8" title="Epoxy and Resins"]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:03:41', '2016-09-07 18:03:41', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1305, 1, '2016-09-07 18:04:25', '2016-09-07 18:04:25', '[product_categories ids="246,149" number="10" columns="8" title="Epoxy and Resins"]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:04:25', '2016-09-07 18:04:25', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1306, 1, '2016-09-07 18:05:10', '2016-09-07 18:05:10', '[product_categories ids="246" number="10" columns="8" title="Epoxy and Resins"]\r\n[product_categories ids="149" number="10" columns="8" title="Epoxy and Resins"]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:05:10', '2016-09-07 18:05:10', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1307, 1, '2016-09-07 18:06:22', '2016-09-07 18:06:22', '[product_categories number="10" ids="246,149" columns="8" title="Epoxy and Resins"]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:06:22', '2016-09-07 18:06:22', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1308, 1, '2016-09-07 18:08:52', '2016-09-07 18:08:52', '[product_categories number="10" id="246,149" columns="8" title="Epoxy and Resins"]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:08:52', '2016-09-07 18:08:52', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1309, 1, '2016-09-07 18:09:18', '2016-09-07 18:09:18', '[product_categories number="10" id="246" columns="8" title="Epoxy and Resins"]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:09:18', '2016-09-07 18:09:18', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1310, 1, '2016-09-07 18:09:35', '2016-09-07 18:09:35', '[product_categories number="10" ids="246,149" columns="8" title="Epoxy and Resins"]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:09:35', '2016-09-07 18:09:35', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1311, 1, '2016-09-07 18:12:04', '2016-09-07 18:12:04', '[product_categories number="10" ids="11,93" columns="8" title="Epoxy and Resins"]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:12:04', '2016-09-07 18:12:04', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 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://stage.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://stage.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://stage.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://stage.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 (1324, 1, '2016-09-07 18:17:50', '2016-09-07 18:17:50', '[product_categories number="2" ids="11,93" columns="8" title="Epoxy and Resins"]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:17:50', '2016-09-07 18:17:50', '', 1295, 'https://132.148.10.86/wordpress/1295-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 (1327, 1, '2016-09-07 18:18:18', '2016-09-07 18:18:18', '[product_categories number="2" ids="11,93" columns="2" title="Epoxy and Resins"]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:18:18', '2016-09-07 18:18:18', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1328, 1, '2016-09-07 18:18:39', '2016-09-07 18:18:39', '[product_categories number="2" ids="11,93" columns="4" title="Epoxy and Resins"]\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://stage.miller-stephenson.com/introducing-releasys-our-newest-release-agent/"]\r\n\r\n[/ux_banner]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:18:39', '2016-09-07 18:18:39', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 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 (1333, 1, '2016-09-07 18:20:22', '2016-09-07 18:20:22', '[product_categories number="2" ids="11,93" columns="6" title="Epoxy and Resins"]\r\n\r\n', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:20:22', '2016-09-07 18:20:22', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 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 (1335, 1, '2016-09-07 18:21:07', '2016-09-07 18:21:07', '[product_categories number="2" ids="11,93" columns="5" title="Epoxy and Resins"]\r\n\r\n', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-07 18:21:07', '2016-09-07 18:21:07', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 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://stage.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://stage.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://stage.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, '2016-10-13 12:13:05', '2016-10-13 12:13:05', 'Vazo 52, known as 2-2\'-Azobis(2,4-dimethylvaleronitrile) is a 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://stage.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', '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\n<img class="alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/08/vazo-frs-product-banner-e1474375765567.jpg" alt="Vazo Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '568-autosave-v1', '', '', '2016-10-13 12:13:05', '2016-10-13 12:13:05', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (1374, 3, '2016-10-12 13:38:11', '2016-10-12 13:38:11', '<strong>Hexion Epoxy Resin Systems:</strong> Miller-Stephenson offers a diverse line of EPON 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. The depth of our product offering features epoxy resins, hardeners, flexibilizers, curing agents and modifiers, providing the performance you’re looking for and enhancing the processes you rely on. The large family of epoxy resins represent some of the highest performance resins available . Epoxies generally out-perform most other resin types in terms of mechanical properties and resistance to environmental degradation, which leads to their almost exclusive use in aircraft components and other challenging applications.\n\n<strong>Conformal Coatings:</strong> 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 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\n[product_categories number="2" ids="11,93" columns="4" title="Epoxy and Resins"]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-autosave-v1', '', '', '2016-10-12 13:38:11', '2016-10-12 13:38:11', '', 1295, 'https://132.148.10.86/wordpress/1295-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1375, 3, '2016-09-08 19:16:21', '2016-09-08 19:16:21', 'Hexion Epoxy Systems: Miller-Stephenson offers a diverse line of EPON™ 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.\r\n\r\nConformal Coatings: Miller-Stephenson offers a complete series of conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coating are available, each exhibiting specific chemical, mechanical and moisture resistance. MIL-spec variants are also available.  All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.\r\n\r\n[product_categories number="2" ids="11,93" columns="5" title="Epoxy and Resins"]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-08 19:16:21', '2016-09-08 19:16:21', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1376, 3, '2016-09-08 19:18:13', '2016-09-08 19:18:13', 'Hexion Epoxy Systems: Miller-Stephenson offers a diverse line of EPON™ 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.\r\n\r\nConformal Coatings: Miller-Stephenson offers a complete series of conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. MIL-spec variants are also available.  All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.\r\n\r\n[product_categories number="2" ids="11,93" columns="5" title="Epoxy and Resins"]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-08 19:18:13', '2016-09-08 19:18:13', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 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', '', 1295, 'https://132.148.10.86/wordpress/wp-content/uploads/2016/09/Protective-Coatings.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (1378, 2, '2016-09-08 19:27:56', '2016-09-08 19:27:56', '[ux_image id="1377"]\r\n\r\nHexion Epoxy Systems: Miller-Stephenson offers a diverse line of EPON™ 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.\r\n\r\nConformal Coatings: Miller-Stephenson offers a complete series of conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. MIL-spec variants are also available.  All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.\r\n\r\n[product_categories number="2" ids="11,93" columns="5" title="Epoxy and Resins"]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-08 19:27:56', '2016-09-08 19:27:56', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1379, 3, '2016-09-08 19:36:26', '2016-09-08 19:36:26', '[ux_image id="1377"]\r\n\r\n&nbsp;\r\n\r\nHexion Epoxy Systems: Miller-Stephenson offers a diverse line of EPON™ 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.\r\n\r\nConformal Coatings: Miller-Stephenson offers a complete series of conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. MIL-spec variants are also available.  All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.[product_categories number="2" ids="11,93" columns="5" title="Epoxy and Resins"]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-08 19:36:26', '2016-09-08 19:36:26', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 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', '', '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', '', 'ms-555557', '', '', '2016-09-19 17:13:42', '2016-09-19 17:13:42', '', 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', '', 'flux-remover', '', 'inherit', 'open', 'closed', '', 'flux-remover', '', '', '2016-09-09 13:08:43', '2016-09-09 13:08:43', '', 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, '2016-11-02 19:40:07', '2016-11-02 19:40:07', 'FluoroExtreme 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 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>\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://stage.miller-stephenson.com/dental-handpiece-lubricant/">click here.</a>', 'FluoroExtreme Dental Lubricant', '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', '', '', '2016-11-02 19:40:07', '2016-11-02 19:40:07', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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, '2016-11-23 16:09:01', '2016-11-23 16:09:01', 'ReleaSys 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<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://stage.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a></p>\n<a href="https://stage.miller-stephenson.com/mold-release-agents/">For a guide on which Release agent systems are right for you click here</a>', 'ReleaSys 88 (Aerosol)', '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', '', '', '2016-11-23 16:09:01', '2016-11-23 16:09:01', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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, '2016-10-10 14:14:52', '2016-10-10 14:14:52', 'MS-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.\n\n<a href="https://stage.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', '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', '', '', '2016-10-10 14:14:52', '2016-10-10 14:14:52', '', 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://stage.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://stage.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', '<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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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?', '', 'publish', 'closed', 'closed', '', 'mold-release-agent', '', '', '2017-01-16 20:30:07', '2017-01-16 20:30:07', '', 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 (1531, 3, '2016-11-23 18:32:10', '2016-11-23 18:32:10', '<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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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-autosave-v1', '', '', '2016-11-23 18:32:10', '2016-11-23 18:32:10', '', 1525, 'https://132.148.10.86/wordpress/1525-autosave-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, '2016-10-11 15:31:03', '2016-10-11 15:31:03', '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.\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 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\n<a href="https://stage.miller-stephenson.com/krytox-aviation/">Click here to learn more about Aviation applications.</a>\nhttps://stage.miller-stephenson.com/krytox-agl-683-gearbox-grease/\n', '240AZ', '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<br /><br />\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<br /><br />\n<img class="alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '638-autosave-v1', '', '', '2016-10-11 15:31:03', '2016-10-11 15:31:03', '', 638, 'https://132.148.10.86/wordpress/638-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (1538, 2, '2016-10-04 17:37:19', '2016-10-04 17:37:19', '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.\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\n\n', '240AB', '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<br /><br />\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<br /><br />\n<img class="alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '643-autosave-v1', '', '', '2016-10-04 17:37:19', '2016-10-04 17:37:19', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', 'Mold Release Agents', 'Mold Release Agents', 'Mold Release Agents', 'inherit', 'open', 'closed', '', 'mold-release-agent-miller-stephenson', '', '', '2016-10-15 16:27:56', '2016-10-15 16:27:56', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (1565, 1, '2016-09-12 21:34:09', '2016-09-12 21:34:09', '[ux_image id="1377"]\r\n\r\n&nbsp;\r\n\r\nHexion Epoxy Systems: Miller-Stephenson offers a diverse line of EPON™ 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.\r\n\r\nConformal Coatings: Miller-Stephenson offers a complete series of conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. MIL-spec variants are also available.  All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.[product_categories number="2" ids="11,93" columns="8" title="Epoxy and Resins"]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-12 21:34:09', '2016-09-12 21:34:09', '', 1295, 'https://132.148.10.86/wordpress/1295-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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-11-24 20:41:01', '2016-11-24 20:41:01', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-09-15 13:21:15', '2016-09-15 13:21:15', '', 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', '', '', '2016-09-15 13:28:00', '2016-09-15 13:28:00', '', 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', '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:\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<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://stage.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', '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', 'open', 'closed', '', 'dry-film-ptfe-release-agent', '', '', '2016-11-23 18:58:51', '2016-11-23 18:58:51', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '<h1><strong>MS-755L Heavy Duty Solvent &amp; Flux Remover</strong></h1>\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\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">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.', 'MS-755L', '<strong>Removes Organic Flux, Oils, Grease and Wax.</strong>\r\n<br/><br/>\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<br/><br/>\r\n<img class="alignnone size-full wp-image-2766 alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'publish', 'open', 'closed', '', 'ms-755l-flux-remover', '', '', '2016-10-27 15:58:56', '2016-10-27 15:58:56', '', 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', '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.', 'H0805A/B', '<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', '', 'h0805ab', '', '', '2016-09-19 16:47:04', '2016-09-19 16:47:04', '', 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', '', 'ms-flux-remover', '', 'inherit', 'open', 'closed', '', 'ms-flux-remover', '', '', '2016-09-15 18:21:52', '2016-09-15 18:21:52', '', 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', '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.', 'MS-560/562', '<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', '', 'ms-560562', '', '', '2016-09-19 17:15:10', '2016-09-19 17:15:10', '', 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', '', 'miller-stephenson-flux-remover', '', 'inherit', 'open', 'closed', '', 'miller-stephenson-flux-remover', '', '', '2016-09-15 18:27:37', '2016-09-15 18:27:37', '', 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', '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.', 'MS-725/727', '<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', '', 'ms-725727', '', '', '2016-09-19 17:16:18', '2016-09-19 17:16:18', '', 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, '2016-09-15 18:43:32', '2016-09-15 18:43:32', '', 'MS-555/557', 'Our 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', '', '', '2016-09-15 18:43:32', '2016-09-15 18:43:32', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '<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', '', '', '2016-09-26 17:59:02', '2016-09-26 17:59:02', '', 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', '', 'inherit', 'open', 'closed', '', 'ms-114c-3', '', '', '2016-11-24 03:18:24', '2016-11-24 03:18:24', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" data-mce-src="https://stage.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 of Vertrel<sup>™ </sup>MCA Cleaning Agent which has been purified through a proprietary process achieving sub ppm levels of particulates and non-volatile residues. Vertrel MCA 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. Vertrel<sup>™</sup> MCA is listed by the Compressed Gas Association Inc. in the Directory of Cleaning Agents for Oxygen Service. 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', '', '', '2016-09-23 17:43:51', '2016-09-23 17:43:51', '', 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\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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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-02-17 20:08:34', '2017-02-17 20:08:34', '', 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, '2016-12-22 20:56:00', '2016-12-22 20:56:00', '<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 800-736-5216 (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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/470C-16.pdf">MS-470C</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/472S-16.pdf">MS-472S</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/470S-16.pdf">MS-470S</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/143E-16.pdf">MS-143E</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\n<td style="text-align: center;"> <a href="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/487G-16.pdf">MS-487G</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/250-Series.pdf">250 Series</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/280-15.pdf">280 SERIES</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/815C.pdf">EPON RESIN 815C</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143TE.pdf">MS-143 TE</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143XD.pdf">MS-143XD</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\n<td style="text-align: center;"> <a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\n<td style="text-align: center;"> <a href="https://stage.miller-stephenson.com/wp-content/uploads/2016/12/485G-16.pdf">485g-16</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/755.pdf">MS-755</a></td>\n<td style="text-align: center;"></td>\n<td style="text-align: center;"> <a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/3125.pdf">EPIKURE 3125</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/3140.pdf">EPIKURE 3140</a></td>\n</tr>\n<tr>\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/120X.pdf">MS-120X</a></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/530N-16.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/538N-16.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/V115.pdf">VERSAMID 115</a></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td style="text-align: center;"><a href="https://stage.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://stage.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', '', '', '2016-12-22 20:56:00', '2016-12-22 20:56:00', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 (1870, 1, '2016-09-21 13:11:00', '2016-09-21 13:11:00', '\r\n&nbsp;\r\n\r\nHexion Epoxy Systems: Miller-Stephenson offers a diverse line of EPON™ 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.\r\n\r\nConformal Coatings: Miller-Stephenson offers a complete series of conformal coatings to meet any applicators protection requirements.  Urethane, Acrylic, Silicone, and Varnish coatings are available, each exhibiting specific chemical, mechanical and moisture resistance. MIL-spec variants are also available.  All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.[product_categories number="2" ids="11,93" columns="4" title="Epoxy and Resins"]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-09-21 13:11:00', '2016-09-21 13:11:00', '', 1295, 'https://132.148.10.86/wordpress/1295-revision-v1/', 0, 'revision', '', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-09-28 13:50:32', '2016-09-28 13:50:32', '', 122, 'https://stage.miller-stephenson.com/?p=1976', 6, '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://stage.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/PFPEoilsXP.pdf">PFPE OIL W/SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/PFPEgreaseXP.pdf">PFPE GREASE SOLUBLE ADDITIVE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/VPFXP.pdf">VACUUM PUMP FLUID XP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/miller/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/XHTBD.pdf">XHT-BD, BDX, BDZ</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/miller/sds/XHTS.pdf">XHT-S, SX, SZ</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/miller/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" data-mce-src="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '<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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', 'publish', 'closed', 'closed', '', 'krytox', '', '', '2017-01-10 15:10:34', '2017-01-10 15:10:34', '', 0, 'https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/">https://stage.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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-09-28 13:50:32', '2016-09-28 13:50:32', '', 0, 'https://stage.miller-stephenson.com/2062/', 7, '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/">https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/krytox-tribosys-teflon-lubricants/krytox-lubricants/">https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\n\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\n\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/nf_sub/2236/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2237, 3, '2016-11-23 16:14:56', '2016-11-23 16:14:56', 'ReleaSys 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<strong><a href="https://stage.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a></strong>\n\n<strong><a href="https://stage.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 (Aerosol)', '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', '', '', '2016-11-23 16:14:56', '2016-11-23 16:14:56', '', 400, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\n\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\n\n<a href="https://stage.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\n\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/nf_sub/2255/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2256, 3, '2016-11-13 20:29:04', '2016-11-13 20:29:04', 'ReleaSys 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\r\nThe 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\r\nTo find out if semi-permanent technologies would work for your process<a href="https://stage.miller-stephenson.com/tech-support/"> contact us and talk with one of our industry experts.</a>\r\n\r\nSpecific to use in molding of <strong><a href="https://stage.miller-stephenson.com/composite-mold-release-agents/">composite </a></strong>and <strong><a href="https://stage.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;"><span style="font-size: 11.0pt; font-family: \'Helvetica\',sans-serif; color: #555555;">The 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.</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;"><strong><a href="https://stage.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a></strong></p>\r\n<strong><a href="https://stage.miller-stephenson.com/mold-release-agents/">Click here for information which Mold release agent is right for you.</a></strong>', 'ReleaSys 89 (Aerosol)', '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>', 'inherit', 'closed', 'closed', '', '425-autosave-v1', '', '', '2016-11-13 20:29:04', '2016-11-13 20:29:04', '', 425, 'https://stage.miller-stephenson.com/425-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2257, 2, '2016-10-04 17:34:10', '2016-10-04 17:34:10', '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.\n\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.\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.', '240AA', '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.\n<br /><br />\n<img class="alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '642-autosave-v1', '', '', '2016-10-04 17:34:10', '2016-10-04 17:34:10', '', 642, 'https://stage.miller-stephenson.com/642-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2258, 2, '2016-10-04 17:52:21', '2016-10-04 17:52:21', '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.\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.\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://stage.miller-stephenson.com/wp-content/uploads/2016/09/krytox-authorized-distributor-3-e1474291247159.jpg" alt="Krytox Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '647-autosave-v1', '', '', '2016-10-04 17:52:21', '2016-10-04 17:52:21', '', 647, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-226-fg/">226 FG</a>, <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', 'Miller-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://stage.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)', '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', '', '', '2016-11-23 19:07:05', '2016-11-23 19:07:05', '', 0, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/2277-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2316, 3, '2016-11-23 19:06:13', '2016-11-23 19:06:13', 'Miller-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 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-145W and ReleaS are formulations which increase the durability and cost-effectiveness even further by addition of proprietary surface activation chemistry.\n\n<a href="https://stage.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)', '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', '', '', '2016-11-23 19:06:13', '2016-11-23 19:06:13', '', 2312, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/nf_sub/2329/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2330, 2, '2016-10-13 17:02:36', '2016-10-13 17:02:36', 'Vertrel MCA is a proprietary azeotrope of <a href="https://stage.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://stage.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://stage.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://stage.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', '', '', '2016-10-13 17:02:36', '2016-10-13 17:02:36', '', 1263, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/1278-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2338, 3, '2016-11-23 13:23:32', '2016-11-23 13:23:32', 'ReleaSys 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:\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>Fast evaporation and cure time</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. ReleaSys 8900 Urethane mold release agent excels particularly as a composite and urethane release agent\n\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.\n\n<strong><a href="https://stage.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a></strong>\n\n<strong><a href="https://stage.miller-stephenson.com/mold-release-agents/">Click here for information, Which mold release agent is right for you</a></strong>\n\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 release agent ) technologies do more with less:\n<ul>\n 	<li>You can obtain many mold releases between applications</li>\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>\n 	<li>Low product application levels result in a cleaner working environment</li>\n 	<li>Scrap can be significantly reduced</li>\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>\n 	<li>Complicated parts can be made in a trouble-free manner since products with elevated lubricity can be specified where appropriate</li>\n 	<li>Molded parts retain consistently good cosmetic appearance</li>\n 	<li>Molded parts can be post-painted or glued with little or no surface preparation</li>\n</ul>', 'ReleaSys 8900', '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.  ReleaSys 8900 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>Fast evaporation and cure time</li>\n 	<li>Minimal mold build up</li>\n</ul>', 'inherit', 'closed', 'closed', '', '310-autosave-v1', '', '', '2016-11-23 13:23:32', '2016-11-23 13:23:32', '', 310, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/2344-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2351, 3, '2016-11-23 16:12:30', '2016-11-23 16:12:30', 'ReleaSys 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;"><strong><a href="https://stage.miller-stephenson.com/troubleshooting-common-molding-issues/">For help with application or troubleshooting concerns while using ReleaSys.</a></strong></p>\n<strong><a href="https://stage.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 (Aerosol)', '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', '', '', '2016-11-23 16:12:30', '2016-11-23 16:12:30', '', 419, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\n\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a></p>\n<p><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/nf_sub/2425/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2426, 2, '2017-01-10 15:09:13', '2017-01-10 15:09:13', '<pre style="text-align: center;">[share title=""]</pre>\n<h3 style="text-align: center;">Krytox Application Overview</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 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 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.\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"><strong><a href="https://stage.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://stage.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://stage.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://stage.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 slow-speed conveyor bearings that are subjected 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 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>\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"><a href="https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-aerospace/"><strong>Lubricants for Aerospace Applications</strong></a></td>\n</tr>\n<tr>\n<td><a href="https://stage.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, nonflammable, safe in chemical and oxygen service, and long-lasting.</td>\n</tr>\n<tr>\n<td><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xp-oil/"><strong>Lubricants for Extended Performance Applications</strong></a></td>\n</tr>\n<tr>\n<td><a href="https://stage.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 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>\n</tr>\n<tr>\n<td colspan="3"><a href="https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/"><strong>Lubricating Fluids for Vacuum Pump Applications</strong></a></td>\n</tr>\n<tr>\n<td><a href="https://stage.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"><strong>L<a href="https://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/">ubricants for Extra High Temperature Applications</a></strong></td>\n</tr>\n<tr>\n<td><a href="https://stage.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">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>\n</tr>\n<tr>\n<td><a href="https://stage.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. 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>\n</tr>\n<tr>\n<td><a href="https://stage.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">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>\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://stage.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://stage.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://stage.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 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<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-01-10 15:09:13', '2017-01-10 15:09:13', '', 2050, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/984-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2441, 2, '2016-10-10 13:04:52', '2016-10-10 13:04:52', '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.\n\n<strong>Storage and Handling</strong>\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.\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://stage.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', '', '', '2016-10-10 13:04:52', '2016-10-10 13:04:52', '', 973, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-202/">Krytox™ GPL 202</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-203/">Krytox™ GPL 203</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-223/">Krytox™ GPL 223</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-xht-sx/">Krytox™ XHT-SX</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT-AC</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a>\r\n<a href="https://stage.miller-stephenson.com/product/xht-500/">Krytox™ XHT-500</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-vpf-1506/">Krytox™ 1506</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ 1514</a>\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_174927275.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2446, 3, '2016-10-10 14:49:00', '2016-10-10 14:49:00', 'MS-122AD was developed as an efficient, economical and universal dry Fflm PTFE 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-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>\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.\n\n<a href="https://stage.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-122AD', 'MS-122AD was developed as an efficient, economical and universal 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\n<strong>As a Release Agent: </strong>An efficient, cost-effective and economical universal release agent, highly effective when applied to rubber molds. Provides a very uniform, thin coating, ideal for routine mold release operations.\n\n<strong>As a Dry Lubricant: </strong>Our best dry lubricant, for all applications, and may be used on all surfaces, especially where there is metal on metal contact. Provides elimination of "slip-stick" and low coefficient of friction.', 'inherit', 'closed', 'closed', '', '1677-autosave-v1', '', '', '2016-10-10 14:49:00', '2016-10-10 14:49:00', '', 1677, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-202/">Krytox GPL 202</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-203/">Krytox GPL 203</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-205/">Krytox GPL 205</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-223/">Krytox GPL 223</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">Krytox GPL 225</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-xht-sx/">Krytox XHT-SX</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-xht-ac/">Krytox XHT-AC</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/product/krytox-gpl-105/">Krytox GPL 105</a>\r\n<a href="https://stage.miller-stephenson.com/product/xht-500/">Krytox XHT-500</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-vpf-1506/">Krytox 1506</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-vpf-1514/">Krytox 1514</a>\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-202/">Krytox GPL 202</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-203/">Krytox GPL 203</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-205/">Krytox GPL 205</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-223/">Krytox GPL 223</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">Krytox GPL 225</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-xht-sx/">Krytox XHT-SX</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-xht-ac/">Krytox XHT-AC</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/product/krytox-gpl-105/">Krytox GPL 105</a>\r\n<a href="https://stage.miller-stephenson.com/product/xht-500/">Krytox XHT-500</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-vpf-1506/">Krytox 1506</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-vpf-1514/">Krytox 1514</a>\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/">Multipurpose Greases</a></td>\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-gpl-202/">Krytox GPL 202</a><br />\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-203/">Krytox GPL 203</a><br />\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-205/">Krytox GPL 205</a><br />\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-223/">Krytox GPL 223</a><br />\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">Krytox GPL 225</a><br />\n<a href="https://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">High-Temperature Greases</a></td>\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-xht-sx/">Krytox XHT-SX</a><br />\n<a href="https://stage.miller-stephenson.com/product/krytox-xht-ac/">Krytox XHT-AC</a><br />\n<a href="https://stage.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://stage.miller-stephenson.com/product/krytox-gpl-105/">Krytox GPL 105</a><br />\n<a href="https://stage.miller-stephenson.com/product/xht-500/">Krytox XHT-500</a><br />\n<a href="https://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-vpf-1506/">Krytox 1506</a><br />\n<a href="https://stage.miller-stephenson.com/product/krytox-vpf-1514/">Krytox 1514</a><br />\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\n\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\n\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '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 of 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://stage.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 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<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://stage.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://stage.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://stage.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<br /><br />\r\n<img class="alignright" src="https://stage.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-02-24 19:25:54', '2017-02-24 19:25:54', '', 0, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '<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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/conformal-coating/">here.</a>', 'Choosing the Right Conformal Coating', '', 'publish', 'closed', 'closed', '', 'conformal-coatings', '', '', '2016-11-24 03:19:08', '2016-11-24 03:19:08', '', 0, 'https://stage.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', '', '', '2016-11-22 14:42:00', '2016-11-22 14:42:00', '', 2474, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/2474-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2488, 2, '2016-11-22 14:42:37', '2016-11-22 14:42:37', '<h3>Miller-Stephenson Conformal Coatings</h3>\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>\nAs mentioned there are four general classes of conformal coating to choose from:\n<ul>\n 	<li><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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\nOur entire line of conformal coatings can be found <a href="https://stage.miller-stephenson.com/chemicals/conformal-coatings/">here.</a>', 'Choosing the Right Conformal Coating', '', 'inherit', 'closed', 'closed', '', '2474-autosave-v1', '', '', '2016-11-22 14:42:37', '2016-11-22 14:42:37', '', 2474, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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 14 oz. 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://stage.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://stage.miller-stephenson.com/krytox/">www.notactiveddd.com/wp_staging/krytox.</a> <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://stage.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://stage.miller-stephenson.com/krytox/">www.notactiveddd.com/wp_staging/krytox.</a> <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/735-autosave-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2509, 3, '2016-10-11 19:38:29', '2016-10-11 19:38:29', 'VAZO 64 radical initiator, also known as AIBN (Azobisisobutyronitrile), is a free radical azo initiator (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:\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://stage.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', '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.  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://stage.miller-stephenson.com/wp-content/uploads/2016/08/vazo-frs-product-banner-e1474375765567.jpg" alt="Vazo Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '427-autosave-v1', '', '', '2016-10-11 19:38:29', '2016-10-11 19:38:29', '', 427, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-gpl-series/krytox-gpl-greases/">Multipurpose Greases</a></td>\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-gpl-202/">Krytox GPL 202</a>\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-203/">Krytox GPL 203</a>\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-205/">Krytox GPL 205</a>\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-223/">Krytox GPL 223</a>\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">Krytox GPL 225</a>\n<a href="https://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-xht/krytox-xht-grease/">High-Temperature Greases</a></td>\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-xht-sx/">Krytox XHT-SX</a>\n<a href="https://stage.miller-stephenson.com/product/krytox-xht-ac/">Krytox XHT-AC</a>\n<a href="https://stage.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://stage.miller-stephenson.com/product/krytox-gpl-105/">Krytox GPL 105</a>\n<a href="https://stage.miller-stephenson.com/product/xht-500/">Krytox XHT-500</a>\n<a href="https://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-vpf-1506/">Krytox 1506</a>\n<a href="https://stage.miller-stephenson.com/product/krytox-vpf-1514/">Krytox 1514</a>\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-202/">Krytox GPL 202</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-203/">Krytox GPL 203</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-205/">Krytox GPL 205</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-223/">Krytox GPL 223</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">Krytox GPL 225</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-xht-sx/">Krytox XHT-SX</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-xht-ac/">Krytox XHT-AC</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/product/krytox-gpl-105/">Krytox GPL 105</a>\r\n<a href="https://stage.miller-stephenson.com/product/xht-500/">Krytox XHT-500</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-vpf-1506/">Krytox 1506</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-vpf-1514/">Krytox 1514</a>\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://stage.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://stage.miller-stephenson.com/krytox/">www.notactiveddd.com/wp_staging/krytox.</a> <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://stage.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://stage.miller-stephenson.com/krytox/">www.notactiveddd.com/wp_staging/krytox.</a> <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">NSF H-1, approved for incidental food contact.</a></li>\n 	<li><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/nf_sub/2544/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2545, 3, '2016-10-12 13:29:57', '2016-10-12 13:29:57', 'Hexion Epoxy Resin Systems: Miller-Stephenson offers a diverse line of EPON 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. The depth of our product offering features epoxy resins, hardeners, flexibilizers, curing agents and modifiers, providing the performance you’re looking for and enhancing the processes you rely on.\r\n\r\nConformal Coatings: 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. MIL-spec variants are also available.  All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.\r\n\r\n[product_categories number="2" ids="11,93" columns="4" title="Epoxy and Resins"]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-10-12 13:29:57', '2016-10-12 13:29:57', '', 1295, 'https://stage.miller-stephenson.com/1295-revision-v1/', 0, 'revision', '', 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://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_355004969.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2547, 3, '2016-10-12 13:35:14', '2016-10-12 13:35:14', 'Hexion Epoxy Resin Systems: Miller-Stephenson offers a diverse line of EPON 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. The depth of our product offering features epoxy resins, hardeners, flexibilizers, curing agents and modifiers, providing the performance you’re looking for and enhancing the processes you rely on. The large family of epoxy resins represent some of the highest performance resins available . Epoxies generally out-perform most other resin types in terms of mechanical properties and resistance to environmental degradation, which leads to their almost exclusive use in aircraft components and other challenging applications .\r\n\r\nConformal Coatings: 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 promote extended service life and enhanced reliability for your PCB components and assemblies.  MIL-spec variants are also available.  All of our formulations are 100% nonflammable and available in both an aerosol and bulk packaging.\r\n\r\n[product_categories number="2" ids="11,93" columns="4" title="Epoxy and Resins"]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-10-12 13:35:14', '2016-10-12 13:35:14', '', 1295, 'https://stage.miller-stephenson.com/1295-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2548, 3, '2016-10-12 13:40:56', '2016-10-12 13:40:56', '<strong>Hexion Epoxy Resin Systems:</strong> Miller-Stephenson offers a diverse line of EPON 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. The depth of our product offering features epoxy resins, hardeners, flexibilizers, curing agents and modifiers, providing the performance you’re looking for and enhancing the processes you rely on. The large family of epoxy resins represent some of the highest performance resins available . Epoxies generally out-perform most other resin types in terms of mechanical properties and resistance to environmental degradation, which leads to their almost exclusive use in aircraft components and other challenging applications.\r\n\r\n<strong>Conformal Coatings:</strong> 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 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\r\n[product_categories number="2" ids="11,93" columns="4" title="Epoxy and Resins"]', 'Epoxy and Coatings', '', 'inherit', 'closed', 'closed', '', '1295-revision-v1', '', '', '2016-10-12 13:40:56', '2016-10-12 13:40:56', '', 1295, 'https://stage.miller-stephenson.com/1295-revision-v1/', 0, 'revision', '', 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://stage.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://stage.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://stage.miller-stephenson.com/2507-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2551, 3, '2016-10-12 14:07:17', '2016-10-12 14:07:17', '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. 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://stage.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', '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://stage.miller-stephenson.com/wp-content/uploads/2016/08/vazo-frs-product-banner-e1474375765567.jpg" alt="Vazo Authorized Distributor" />', 'inherit', 'closed', 'closed', '', '575-autosave-v1', '', '', '2016-10-12 14:07:17', '2016-10-12 14:07:17', '', 575, 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\n<td style="text-align: center;" width="206"><a href="https://stage.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\n<td style="text-align: center;" width="206"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-226-fg/">226 FG</a>, <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://stage.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://stage.miller-stephenson.com/krytox/">www.notactiveddd.com/wp_staging/krytox.</a> <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-202/">Krytox™ GPL 202</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-203/">Krytox™ GPL 203</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-223/">Krytox™ GPL 223</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-xht-sx/">Krytox™ XHT-SX</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT-AC</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a>\r\n<a href="https://stage.miller-stephenson.com/product/xht-500/">Krytox™ XHT-500</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-vpf-1506/">Krytox™ 1506</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ 1514</a>\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-204/">GPL 204</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-214/">GPL 214</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-224/">GPL 224</a>, GPL 294, GPL 2E4, <a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-205/">GPL 205</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-215/">GPL 215</a>, <a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">GPL 225</a>, GPL 295, GPL 2E5, <a href="https://stage.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://stage.miller-stephenson.com/krytox/">www.notactiveddd.com/wp_staging/krytox.</a> <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-240az/"><strong>240 AZ</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.miller-stephenson.com/product/krytox-240ab/"><strong>240 AB</strong></a></td>\r\n<td style="text-align: center;" width="206"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-202/">Krytox™ GPL 202</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-203/">Krytox™ GPL 203</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-205/">Krytox™ GPL 205</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-gpl-223/">Krytox™ GPL 223</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-gpl-225/">Krytox™ GPL 225</a>\r\n<a href="https://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-xht-sx/">Krytox™ XHT-SX</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-xht-ac/">Krytox™ XHT-AC</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/product/krytox-gpl-105/">Krytox™ GPL 105</a>\r\n<a href="https://stage.miller-stephenson.com/product/xht-500/">Krytox™ XHT-500</a>\r\n<a href="https://stage.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://stage.miller-stephenson.com/chemicals/lubricants/krytox-lubricants/krytox-lvp-vpf/">Vacuum Pump Fluids</a></td>\r\n<td width="206"><a href="https://stage.miller-stephenson.com/product/krytox-vpf-1506/">Krytox™ 1506</a>\r\n<a href="https://stage.miller-stephenson.com/product/krytox-vpf-1514/">Krytox™ 1514</a>\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive/">To learn more about non-bearing applications please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/1135-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2616, 3, '2016-10-13 12:48:41', '2016-10-13 12:48:41', 'MS-114C, Miller-Stephenson\'s Conformal Coating stripping agent 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:\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>\n<a href="https://stage.miller-stephenson.com/conformal-coating/">For help in choosing the correct conformal coating for your application see our article section</a>', 'MS-114C', 'MS-144C, 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 coating removal</li>\n 	<li>Safe for printed circuit boards</li>\n 	<li>Contains no ozone depleting chemicals (ODC)</li>\n 	<li>RoHS compliant</li>\n</ul>', 'inherit', 'closed', 'closed', '', '623-autosave-v1', '', '', '2016-10-13 12:48:41', '2016-10-13 12:48:41', '', 623, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a></p>\n<p><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a>\n\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/sion/">For more information regarding Opteon™ Sion please click here.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://stage.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://stage.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://stage.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://stage.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://stage.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™', '', 'publish', 'closed', 'closed', '', 'mold-release-application-guide', '', '', '2017-02-24 13:48:03', '2017-02-24 13:48:03', '', 0, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-226-fg/">226 FG</a>, <a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-226-fg/">226 FG</a>, <a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/krytox-226-fg/">226 FG</a>, <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-11-03 18:39:42', '2016-11-03 18:39:42', '', 0, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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', '', '', '2016-10-27 12:52:53', '2016-10-27 12:52:53', '', 0, 'https://stage.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://stage.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://stage.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://stage.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', '', '', '2016-10-27 13:05:28', '2016-10-27 13:05:28', '', 0, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" data-mce-src="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/10/shutterstock_486488371.jpg', 0, 'attachment', 'image/jpeg', 0); 
INSERT INTO `wp_posts` VALUES (2803, 2, '2016-10-27 15:58:53', '2016-10-27 15:58:53', '<h1><strong>MS-755L Heavy Duty Solvent &amp; Flux Remover</strong></h1>\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\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, elastomers and metals</li>\n 	<li>RoHS Compliant</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.', 'MS-755L', '<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\n<img class="alignnone size-full wp-image-2766 alignright" src="https://stage.miller-stephenson.com/wp-content/uploads/2016/10/LGW2.jpg" alt="lgw2" width="100" height="79" />', 'inherit', 'closed', 'closed', '', '1690-autosave-v1', '', '', '2016-10-27 15:58:53', '2016-10-27 15:58:53', '', 1690, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/nf_sub/2904/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (2909, 1, '2016-12-06 17:11:44', '0000-00-00 00:00:00', '', 'Choose a Release Agent', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-12-06 17:11:44', '2016-12-06 17:11:44', '', 0, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">Miller-Stephenson’s ReleaSys semi-permanent line</a> or our <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/semi-permanent-mold-release-agents/">solvent based</a></strong> and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/2989-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (2994, 2, '2016-11-10 15:31:09', '2016-11-10 15:31:09', '[row]\n\n[col span="3"]\n<h3>Upcoming Trade Shows</h3>\n[/col]\n[col span="6"]\n\nMDM West - Anaheim, CA - Booth 1977\n\nDate: February 7- 9 2017\n\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\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', '', '', '2016-11-10 15:31:09', '2016-11-10 15:31:09', '', 118, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/mold-release-agents/semi-permanent-release-agents/">ReleaSys semi-permanents mold release agents</a> and<a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://stage.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://stage.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://stage.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://stage.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://stage.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://stage.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://stage.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://stage.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://stage.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://stage.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://stage.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://stage.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://stage.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://stage.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://stage.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://stage.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://stage.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://stage.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://stage.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://stage.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://stage.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://stage.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://stage.miller-stephenson.com/chemicals/release-agents/">click here.</a></strong></li>\r\n 	<li><strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://stage.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://stage.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-h-1-food-grade-lubricants/">click here.</a>\r\n\r\nFor Automotive solutions <a href="https://stage.miller-stephenson.com/krytox-automotive-lubricants/">click here.</a>\r\n\r\nKrytox <a href="https://stage.miller-stephenson.com/krytox-faq/">FAQ.</a>\r\n\r\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging) 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging) 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://stage.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://stage.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.notactiveddd.com/wp_staging) 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://stage.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://stage.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.notactiveddd.com/wp_staging) 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging) 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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging) 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://stage.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://stage.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://stage.miller-stephenson.com/krytox/\r\n\r\n<img class="alignnone size-full wp-image-3188" src="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging) 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ts4-krytox-thread-sealant/">https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/ptfe-release-agent/">MS-122AV</a></strong> or <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/470C.pdf">MS-470C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472C.pdf">MS-472C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/470S.pdf">MS-470S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E.pdf">MS-143E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Krytox250.pdf">250 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Krytox280.pdf">280 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/PFPEoils.pdf">PFPE OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/ReleaSys-polysiloxane-800x530.jpg" alt="releasys-polysiloxane" width="272" height="180" /> <strong><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox/">Krytox™</a> lubricants, <a href="https://stage.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/oils-greases/">TriboSys™</a> lubricants and <a href="https://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-bearing-lubrication/">Automotive</a>, <a href="https://stage.miller-stephenson.com/krytox-aviation/">Aviation</a>, <a href="https://stage.miller-stephenson.com/krytox-for-injection-molding/">Injection Molding</a>, <a href="https://stage.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://stage.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://stage.miller-stephenson.com/krytox-prepare-bearings/">How to Prepare Bearings with Krytox™ Lubricants</a></p>\r\n<p class="entry-title"><a href="https://stage.miller-stephenson.com/krytox-faq/">Krytox FAQ</a></p>\r\n<p class="entry-title"><a href="https://stage.miller-stephenson.com/krytox-equipment-selection/">Krytox – Equipment Selection for Applying Krytox™ Lubricants</a></p>\r\n<p class="entry-title"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox/">Krytox™</a> lubricants, <a href="https://stage.miller-stephenson.com/chemicals/lubricants/tribosys-lubricants/oils-greases/">TriboSys™</a> lubricants and <a href="https://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-bearing-lubrication/">Automotive</a>, <a href="https://stage.miller-stephenson.com/krytox-aviation/">Aviation</a>, <a href="https://stage.miller-stephenson.com/krytox-for-injection-molding/">Injection Molding</a>, <a href="https://stage.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://stage.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://stage.miller-stephenson.com/krytox-prepare-bearings/">How to Prepare Bearings with Krytox™ Lubricants</a></p>\r\n<p class="entry-title"><a href="https://stage.miller-stephenson.com/krytox-faq/">Krytox FAQ</a></p>\r\n<p class="entry-title"><a href="https://stage.miller-stephenson.com/krytox-equipment-selection/">Krytox – Equipment Selection for Applying Krytox™ Lubricants</a></p>\r\n<p class="entry-title"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3100MD.pdf">MS-31XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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-02-17 15:20:48', '2017-02-17 15:20:48', '', 0, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/nf_sub/3647/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3648, 3, '2017-02-17 15:20:25', '2017-02-17 15:20: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>\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://stage.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>Low coefficient of friction (&lt;0.2)</li>\n 	<li>Pass of ASTM D3359- Adhesion Test</li>\n 	<li>Pass of ASTM 1894- Static and Kinetic Coefficient of Friction Test</li>\n 	<li>Pass of ISO 11070- Corrosion Resistance Test</li>\n 	<li>Pass of 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://stage.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://stage.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-02-17 15:20:25', '2017-02-17 15:20:25', '', 3610, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/124H.pdf">MS-124H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/111.pdf">MS-111</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AD.pdf">MS-122AD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/452N.pdf">MS-452N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AGL683.pdf">AGL 683</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222L.pdf">MS-222L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/114C.pdf">MS-114C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADRED.pdf">MS-122AD RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/460H.pdf">MS-460H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AT.pdf">AT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/115.pdf">MS-115</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ADL.pdf">MS-122ADL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/462H.pdf">MS-462H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/ATA.pdf">ATA</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222T</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/182SD.pdf">MS-182SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122AV.pdf">MS-122AV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/465C.pdf">MS-465C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2A45.pdf">AUT 2A45</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/222N.pdf">MS-222F</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126H.pdf">MS-126H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122E.pdf">MS-122E</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/467C.pdf">MS-467C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/AUT523.pdf">AUT 523</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242L.pdf">MS-242L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/126HUV.pdf">MS-126HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122ERED.pdf">MS-122E RED</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT1045.pdf">AUT 1045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242L-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383A.pdf">MS-383A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SE.pdf">MS-122SE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2045.pdf">AUT 2045</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242N.pdf">MS-242N</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383H.pdf">MS-383H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122SD.pdf">MS-122SD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/AUT2245.pdf">AUT 2245</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/242NAS.pdf">MS-242N-AS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/383HUV.pdf">MS-383HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/122XD.pdf">MS-122XD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/472S.pdf">MS-472S</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143.pdf">143 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381H</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/252.pdf">MS-252</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/132FE.pdf">MS-132FE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/475C.pdf">MS-475C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL10X.pdf">GPL 10X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381H.pdf">MS-381HM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/257.pdf">MS-257</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/136W.pdf">MS-136W</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/477C.pdf">MS-477C</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL246.pdf">GPL 246</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/262.pdf">MS-262</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143AX.pdf">MS-143AX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/G0831B.pdf">G0831B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/GPL255.pdf">GPL 255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HUV.pdf">MS-381HMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/282.pdf">MS-282</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Y0110A.pdf">Y0110A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/157FS.pdf">157FS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HC</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/532.pdf">MS-532</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/143E1.pdf">MS-143E-1</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL20X.pdf">GPL 20X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HC.pdf">MS-381HCM</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/539.pdf">MS-539</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL21X.pdf">GPL 21X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/552.pdf">MS-552</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL22X.pdf">GPL 22X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/381HCUV.pdf">MS-381HCMUV</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/557.pdf">MS-557</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL226FG227FG.pdf">GPL 226FG, 227FG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/562.pdf">MS-562</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/240.pdf">240 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/582.pdf">MS-582</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/250.pdf">MS-250SP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/702.pdf">MS-702</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/722.pdf">MS-722</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/283.pdf">283 SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/255.pdf">MS-255M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/727.pdf">MS-727</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL29X.pdf">GPL 29X SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/732.pdf">MS-732</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL407.pdf">GPL 407</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/260.pdf">MS-260M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/739.pdf">MS-739</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/EG20003000.pdf">EG 2000, 3000</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/280.pdf">MS-280</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/747.pdf">MS-747</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/FPG.pdf">FPG SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/530.pdf">MS-530</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752.pdf">MS-752</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Lineargrease.pdf">LINEAR GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/538.pdf">MS-538</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/752U.pdf">MS-752U</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/Linearoil.pdf">LINEAR OIL</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/550.pdf"> MS-550</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/757.pdf">MS-757</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/LVP.pdf">LVP</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/555.pdf">MS-555</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/762.pdf">MS-762</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8990.pdf">NRT 8990</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/560.pdf">MS-560</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/767.pdf">MS-767</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8906A.pdf">NRT 8906A</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/580.pdf">MS-580</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/772.pdf">MS-772</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8908.pdf">NRT 8908</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/777.pdf">MS-777</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8950.pdf">NRT 8950</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/700.pdf">MS-700M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/782.pdf">MS-782</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRT8980.pdf">NRT 8980</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/787.pdf">MS-787</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/NRTgrease.pdf">NRT GREASE</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720.pdf">MS-720M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/797.pdf">MS-797</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/720L.pdf">MS-720L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/110XB.pdf">MS-110XB</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/1010.pdf">MS-1010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/2016/09/10X.pdf">PFPE Oils</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/725.pdf">MS-725M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/2010.pdf">MS-2010</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/TS4.pdf">TS4 SEALANT</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/VPF.pdf">VACUUM PUMP FLUID</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730.pdf">MS-730M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/3200MD.pdf">MS-32XXMD</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/730L.pdf">MS-730L</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/XP35.pdf">X-P35</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHT500AF.pdf">XHT-500AF</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H0805B.pdf">H0805B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHToils.pdf">XHT-OILS</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/738.pdf">MS-738M</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/H1112B.pdf">H1112B</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/XHTAC.pdf">XHT-AC, ACX</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/745.pdf">MS-745</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSDG.pdf">Vertrel SDG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750</a></td>\r\n<td style="text-align: center;"><a href="https://stage.miller-stephenson.com/wp-content/uploads/sds/VertrelSFR.pdf">Vertrel SFR</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/750.pdf">MS-750M</a></td>\r\n<td style="text-align: center;"> <a href="https://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/GPL2E.pdf">GPL 2E SERIES</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.miller-stephenson.com/wp-content/uploads/sds/fluoroguard.pdf">PCA,PRO,SG</a></td>\r\n<td style="text-align: center;"><a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/nf_sub/3689/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3690, 1, '2017-02-23 10:09:01', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-02-23 10:09:01', '0000-00-00 00:00:00', '', 0, 'https://stage.miller-stephenson.com/?p=3690', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3691, 1, '2017-02-23 10:09:01', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-02-23 10:09:01', '0000-00-00 00:00:00', '', 0, 'https://stage.miller-stephenson.com/?p=3691', 0, 'post', '', 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://stage.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://stage.miller-stephenson.com/2056-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3694, 2, '2017-02-23 16:24:23', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-02-23 16:24:23', '0000-00-00 00:00:00', '', 0, 'https://stage.miller-stephenson.com/?p=3694', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3695, 2, '2017-02-23 16:24:23', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-02-23 16:24:23', '0000-00-00 00:00:00', '', 0, 'https://stage.miller-stephenson.com/?p=3695', 0, 'post', '', 0); 
INSERT INTO `wp_posts` VALUES (3696, 3, '2017-02-23 20:07:13', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-02-23 20:07:13', '0000-00-00 00:00:00', '', 0, 'https://stage.miller-stephenson.com/?p=3696', 0, 'post', '', 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://stage.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://stage.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://stage.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://stage.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/nf_sub/3701/', 0, 'nf_sub', '', 0); 
INSERT INTO `wp_posts` VALUES (3702, 3, '2017-02-24 13:09:06', '2017-02-24 13:09:06', '<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://stage.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://stage.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://stage.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://stage.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://stage.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://stage.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://stage.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</ul>\n&nbsp;', 'Mold Release Application Guide - Troubleshooting Guide - ReleaSys™', '', 'inherit', 'closed', 'closed', '', '2694-autosave-v1', '', '', '2017-02-24 13:09:06', '2017-02-24 13:09:06', '', 2694, 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/product/water-based-ptfe-release-agent/">82</a>, <a href="https://stage.miller-stephenson.com/product/rubber-mold-release-agents/">85</a>, <a href="https://stage.miller-stephenson.com/product/water-based-mold-release-agent/">88</a>, and <a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox-automotive-lubricants/">To learn more about Krytox Automotive Solutions click here.</a>\n\n<a href="https://stage.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://stage.miller-stephenson.com/krytox-faq/">For the Krytox Frequently asked questions (FAQ) click here.</a>\n\n<a href="https://stage.miller-stephenson.com/krytox/">For a general Krytox application overview, click here.</a>\n\n<a href="https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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-02-28 15:41:53', '2017-02-28 15:41:53', '', 0, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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-02-28 18:39:36', '2017-02-28 18:39:36', '', 0, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox/">click here</a>. Miller-Stephenson also provides <a href="https://stage.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-02-28 16:47:53', '2017-02-28 16:47:53', '', 0, 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox/">click here</a>. Miller-Stephenson also provides <a href="https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/krytox/">click here</a>. Miller-Stephenson also provides <a href="https://stage.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://stage.miller-stephenson.com/3753-revision-v1/', 0, 'revision', '', 0); 
INSERT INTO `wp_posts` VALUES (3759, 2, '2017-02-28 16:51:06', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-02-28 16:51:06', '0000-00-00 00:00:00', '', 0, 'https://stage.miller-stephenson.com/?p=3759', 0, 'post', '', 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://stage.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-02-28 19:16:31', '2017-02-28 19:16:31', '', 0, 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/3760-revision-v1/', 0, 'revision', '', 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.notactiveddd.com/wp_staging', 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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5, '2016-10-04', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '178.211.40.227', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (33, '2016-10-04', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '109.199.99.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (38, '2016-10-04', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.106', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (79, '2016-10-04', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '223.11.54.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (80, '2016-10-04', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '120.76.132.64', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (82, '2016-10-04', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '81.169.144.135', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (131, '2016-10-05', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '27.124.126.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (136, '2016-10-05', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (178, '2016-10-05', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '202.212.14.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (180, '2016-10-05', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '121.200.54.98', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (201, '2016-10-05', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '134.223.116.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (280, '2016-10-05', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.241.222.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (317, '2016-10-05', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '210.134.165.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (337, '2016-10-05', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.4.30', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (349, '2016-10-05', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.192.169', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (491, '2016-10-05', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'AppleWebKit', 'iPhone', '420', '', '54.152.77.211', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (578, '2016-10-05', 'https://stage.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://stage.miller-stephenson.com', 'AppleWebKit', 'iPad', '420', '', '54.85.198.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (580, '2016-10-05', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'W3C', 'Unknown', 'Unknown', '', '52.5.69.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (584, '2016-10-05', 'https://stage.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '75.126.91.202', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (585, '2016-10-05', 'https://stage.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://stage.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '5.135.138.183', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (587, '2016-10-05', 'https://stage.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '109.69.218.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (588, '2016-10-05', 'https://stage.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '37.35.105.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (589, '2016-10-05', 'https://stage.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '192.99.63.84', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (590, '2016-10-05', 'https://stage.miller-stephenson.com', 'internetVista', 'Unknown', 'Unknown', '', '78.46.102.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (591, '2016-10-05', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'GC3pro', 'Unknown', 'Unknown', '', '198.199.106.11', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (597, '2016-10-05', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.236.122.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (601, '2016-10-05', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.102.225.32', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (602, '2016-10-05', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.208.177.59', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (612, '2016-10-06', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.99.148.215', '000', 40, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (617, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 34, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (622, '2016-10-06', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (623, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'AppleWebKit', 'Windows', '534', '', '131.253.27.62', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (666, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (712, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '129.176.151.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (721, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.173.238.173', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (808, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '162.58.82.135', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (840, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.160.126.162', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (876, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.22.76.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (919, '2016-10-06', 'https://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.1', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (932, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.26.21.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (940, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (948, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1004, '2016-10-06', 'https://stage.miller-stephenson.com/', 'West', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1005, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1023, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.191.17.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1056, '2016-10-06', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.200.156.45', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1057, '2016-10-06', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '151.207.250.51', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1089, '2016-10-07', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 5, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1115, '2016-10-07', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '119.195.170.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1161, '2016-10-07', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.124.152.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1185, '2016-10-07', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '125.209.235.175', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1234, '2016-10-07', 'https://stage.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '192.100.100.215', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1235, '2016-10-07', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1268, '2016-10-07', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.74.226', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1295, '2016-10-07', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '166.248.127.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1341, '2016-10-07', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '189.176.211.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1382, '2016-10-07', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1466, '2016-10-07', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '202.46.56.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1511, '2016-10-07', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 44, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1536, '2016-10-08', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1538, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Drupal', 'Unknown', 'Unknown', '', '162.209.95.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1544, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1551, '2016-10-08', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.87.15.38', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1552, '2016-10-08', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.167.183.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1553, '2016-10-08', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '37.60.247.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1554, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '189.113.168.101', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1559, '2016-10-08', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.152.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1562, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '134.223.116.201', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1575, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.115', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1588, '2016-10-08', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '217.160.155.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1591, '2016-10-08', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.16.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1594, '2016-10-08', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '216.51.232.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1595, '2016-10-08', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.9.227.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1598, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.236.4.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1603, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.254.66.140', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1642, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1656, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1681, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '192.3.244.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1710, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '138.201.59.34', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1798, '2016-10-08', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '84.212.217.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1800, '2016-10-08', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.193.56', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1801, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.172.136.206', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1809, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.193.151', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1816, '2016-10-08', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.122', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1859, '2016-10-08', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.14.86.211', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1862, '2016-10-08', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.187.170.148', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1864, '2016-10-08', 'https://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '81.169.201.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1872, '2016-10-08', 'https://stage.miller-stephenson.com/product/krytox-ts4-thread-sealant/https:%5C/%5C/www.notactiveddd.com/wp_staging%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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.118.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1875, '2016-10-08', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.148.234.7', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1876, '2016-10-08', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.213.108.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1877, '2016-10-08', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.237.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1878, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 46, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1884, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.6.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1903, '2016-10-09', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1904, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.53.216.181', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1913, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1935, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '117.62.28.91', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (1982, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.51.63.37', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2024, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '84.212.217.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2029, '2016-10-09', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.89.31.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2032, '2016-10-09', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.195.124.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2035, '2016-10-09', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '81.31.35.48', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2038, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.71.48.52', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2056, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '115.68.95.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2085, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Domain', 'Unknown', 'Unknown', '', '167.114.156.198', '000', 733, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2091, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '135.23.123.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2097, '2016-10-09', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'BoogleBot', 'Unknown', 'Unknown', '', '54.205.224.255', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2101, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.183.0.49', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2117, '2016-10-09', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2124, '2016-10-10', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 29, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2127, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2144, '2016-10-10', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.41.150', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2149, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '40.78.146.128', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2189, '2016-10-10', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '113.99.40.243', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2192, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.153.16.152', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2213, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2225, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '115.28.111.201', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2255, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.157.160.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2287, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '58.64.181.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2337, '2016-10-10', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '134.0.11.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2340, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.41.11.190', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2344, '2016-10-10', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2346, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '23.91.71.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2354, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.42.84.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2375, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '189.252.136.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2380, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '24.231.187.130', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2429, '2016-10-10', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.237.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2533, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2545, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.17.192', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2551, '2016-10-11', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.39.35.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2552, '2016-10-11', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.252.115.8', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2553, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2567, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '27.120.97.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2619, '2016-10-11', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '87.236.20.52', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2624, '2016-10-11', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '89.238.188.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2627, '2016-10-11', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.127.71.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2631, '2016-10-11', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '213.251.182.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2632, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.175.154.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2687, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2701, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.8.208', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2712, '2016-10-11', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.8.206', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2713, '2016-10-11', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.249.88.156', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2714, '2016-10-11', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.8.210', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2717, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2773, '2016-10-11', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.81', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2774, '2016-10-11', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2775, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '182.69.231.16', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2803, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.203', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2900, '2016-10-11', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '5.61.27.86', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2901, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.161.237', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2908, '2016-10-11', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '159.253.0.17', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2910, '2016-10-11', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '187.17.106.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2915, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '24.37.77.114', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2925, '2016-10-11', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '14.36.156.26', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2957, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2966, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '206.130.125.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2973, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.67.44.72', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2985, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '23.245.152.138', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (2992, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.121.169', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3011, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3025, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.39.130.153', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3044, '2016-10-12', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '180.76.15.154', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3045, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3141, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'Java1', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3146, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'JoBo', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3151, '2016-10-12', 'https://stage.miller-stephenson.com/', 'JOC', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3152, '2016-10-12', 'https://stage.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://stage.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://stage.miller-stephenson.com/', '1st', 'Unknown', 'Unknown', '', '104.193.10.66', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3155, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.245.108', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3161, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.128.81', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3173, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.199.8.19', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3179, '2016-10-12', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.159.137', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3180, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.53.208.196', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3207, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.249.88.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3232, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.38.27.152', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3290, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.37.101.18', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3328, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3403, '2016-10-12', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3404, '2016-10-12', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3405, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.166.46', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3429, '2016-10-12', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.53.168.119', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3430, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '120.76.114.201', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3436, '2016-10-12', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.240.210', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3461, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3481, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.148.67.38', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3498, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.121.210.87', '000', 251, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3522, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3536, '2016-10-13', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.27.128.173', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3538, '2016-10-13', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '122.10.94.89', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3540, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.17.16', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3556, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.17.160', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3567, '2016-10-13', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.187.250.83', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3570, '2016-10-13', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.89.57.226', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3571, '2016-10-13', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.176.91', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3572, '2016-10-13', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.39.95.243', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3573, '2016-10-13', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.70.180.63', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3576, '2016-10-13', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.68.166.147', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3577, '2016-10-13', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3578, '2016-10-13', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.32.93.164', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3579, '2016-10-13', 'https://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3580, '2016-10-13', 'https://stage.miller-stephenson.com', 'YisouSpider', 'Unknown', 'Unknown', '', '42.156.139.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3581, '2016-10-13', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.13.234', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3585, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.27.31.216', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3605, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.71.196.240', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3613, '2016-10-13', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.41.21.9', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3618, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.112.130.253', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3645, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.68.155.190', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3666, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '172.110.5.208', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3691, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.149.217.49', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3719, '2016-10-13', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.10.46', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3726, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.89.95.239', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3751, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '143.115.159.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3829, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.165.161.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3907, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.28.105.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3912, '2016-10-13', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '68.142.232.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3916, '2016-10-13', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.180.173', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3917, '2016-10-13', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '216.51.232.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3921, '2016-10-13', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.142', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3937, '2016-10-14', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3938, '2016-10-14', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3939, '2016-10-14', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.77', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3940, '2016-10-14', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '78.46.21.97', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3941, '2016-10-14', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3951, '2016-10-14', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3994, '2016-10-14', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '212.227.114.111', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (3995, '2016-10-14', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4000, '2016-10-14', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.156.243', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4001, '2016-10-14', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.6.77.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4002, '2016-10-14', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.16.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4006, '2016-10-14', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '71.40.21.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4078, '2016-10-14', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '71.40.21.239', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4200, '2016-10-14', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.16.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4247, '2016-10-14', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.193.205', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4295, '2016-10-14', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.71.230.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4299, '2016-10-14', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '162.144.35.165', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4302, '2016-10-14', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '195.238.172.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4306, '2016-10-15', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.116.9.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4311, '2016-10-15', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.163.152.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4314, '2016-10-15', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '63.117.208.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4316, '2016-10-15', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '64.71.32.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4317, '2016-10-15', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.10.127', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4320, '2016-10-15', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4321, '2016-10-15', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.14.247', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4323, '2016-10-15', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.13.97.137', '000', 47, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4324, '2016-10-15', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4326, '2016-10-15', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Drupal', 'Unknown', 'Unknown', '', '23.253.170.86', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4337, '2016-10-15', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.144', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4363, '2016-10-15', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4364, '2016-10-15', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.14.199.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4365, '2016-10-15', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.14.86.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4393, '2016-10-15', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.38.202.150', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4398, '2016-10-15', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.193.242', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4423, '2016-10-15', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4434, '2016-10-15', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4474, '2016-10-15', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 33, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4534, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4544, '2016-10-16', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.192.35', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4546, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.65.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4553, '2016-10-16', 'https://stage.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.133', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4554, '2016-10-16', 'https://stage.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.27', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4555, '2016-10-16', 'https://stage.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '184.168.224.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4556, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'SafeDNSBot', 'Unknown', 'Unknown', '', '146.185.178.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4579, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '202.212.14.43', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4594, '2016-10-16', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.41.38.132', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4597, '2016-10-16', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.58.142', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4598, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '195.146.37.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4606, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Go', 'Unknown', 'Unknown', '', '54.81.112.196', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4627, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.254.68.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4665, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'AppleWebKit', 'Windows', '534', '', '131.253.25.245', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4701, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.147.244.121', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4729, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '92.61.156.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4739, '2016-10-16', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.6.77.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4741, '2016-10-16', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '108.170.51.58', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4744, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4751, '2016-10-16', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '5.135.144.131', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4837, '2016-10-17', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4838, '2016-10-17', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.199.71.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4839, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.26.21.115', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4844, '2016-10-17', 'https://stage.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.notactiveddd.com/wp_staging%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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4847, '2016-10-17', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.189.105.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4849, '2016-10-17', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '114.216.126.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4850, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.35.43.243', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4888, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.148.49.227', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4894, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.71.225.140', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4920, '2016-10-17', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '166.62.118.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4923, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '195.238.74.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4928, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.163.163.192', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4935, '2016-10-17', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.167.183.55', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4937, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.133.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4948, '2016-10-17', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '78.46.152.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4950, '2016-10-17', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '62.219.78.155', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4953, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '112.239.82.202', '000', 65, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4973, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.109.145.47', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4979, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.161.39', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4988, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.46.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (4995, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.114.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5002, '2016-10-17', 'https://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5003, '2016-10-17', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.93.196.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5005, '2016-10-17', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '64.71.32.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5008, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '45.33.30.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5014, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.252.115.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5041, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '82.80.230.228', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5074, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.162.0.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5092, '2016-10-17', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.162.0.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5093, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '58.217.157.187', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5120, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.41.79', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5259, '2016-10-17', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.41.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5260, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.225.34', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5365, '2016-10-17', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.68.90.185', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5370, '2016-10-17', 'https://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.77.99.224', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5401, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '162.246.57.93', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5415, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '86.58.131.239', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5421, '2016-10-17', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5449, '2016-10-18', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.131.22.213', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5450, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5468, '2016-10-18', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.6.77.2', '000', 68, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5471, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5494, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5516, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.196.19.18', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5653, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.192.61', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5661, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.161.98', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5667, '2016-10-18', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '98.130.0.237', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5670, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.202', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5685, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.14.86.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5704, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.182.69', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5909, '2016-10-18', 'https://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'PHPCrawl', 'Unknown', 'Unknown', '', '5.13.73.127', '000', 19, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5965, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging&source=web&cd=5&ved=0CF0QFjAE&url=https:%2F%2Fwww.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5990, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Ruby', 'Unknown', 'Unknown', '', '104.197.113.175', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5997, '2016-10-18', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.142.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (5998, '2016-10-18', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.169.188.184', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6003, '2016-10-18', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.124.152.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6042, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6052, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.202', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6059, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '58.217.157.187', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6067, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.254.68.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6075, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'testitest', 'Unknown', 'Unknown', '', '54.172.81.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6096, '2016-10-19', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6097, '2016-10-19', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6098, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6110, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '158.69.237.99', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6138, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'testitest', 'Unknown', 'Unknown', '', '54.159.105.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6185, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6244, '2016-10-19', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Screaming', 'Unknown', 'Unknown', '', '31.168.110.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6248, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '10.32.139.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6288, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '10.32.139.68', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6293, '2016-10-19', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '10.32.139.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6296, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.104.67.221', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6347, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Installatron', 'Unknown', 'Unknown', '', '104.238.94.202', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6480, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.192.139.33', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6496, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.190.57.148', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6560, '2016-10-19', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'AutoHotkey', 'Unknown', 'Unknown', '', '173.169.43.188', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6592, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '35.160.69.8', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6625, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Mojolicious', 'Unknown', 'Unknown', '', '71.63.70.67', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6676, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Screaming', 'Unknown', 'Unknown', '', '31.168.110.29', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6717, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6724, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6755, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'sadfasdfsadf', 'Unknown', 'Unknown', '', '52.90.241.238', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6768, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.86.142.76', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6901, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Installatron', 'Unknown', 'Unknown', '', '104.238.94.202', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6947, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.95.21.152', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (6960, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7418, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '184.175.251.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7656, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '68.64.174.245', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (7800, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '88.79.198.102', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8094, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '107.183.34.174', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8127, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8151, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8567, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '107.183.37.216', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8584, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.152.168.23', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8713, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.201.216.49', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8738, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '193.143.77.10', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8758, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '134.0.11.15', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8781, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.113.160.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8796, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.199.254.234', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8817, '2016-10-20', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 28, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (8924, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.33.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9039, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 17, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9107, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'BoogleBot2', 'Unknown', 'Unknown', '', '54.197.209.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9175, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.4.33.77', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9315, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'doczz', 'Unknown', 'Unknown', '', '78.47.27.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9401, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '95.110.194.252', '000', 101, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9462, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '92.48.105.158', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9470, '2016-10-21', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '185.33.54.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9475, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '178.21.73.83', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9479, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9485, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9502, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9537, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '119.129.110.182', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9705, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '193.201.224.8', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9709, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', '501', 'Unknown', 'Unknown', '', '198.27.120.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9717, '2016-10-21', 'https://stage.miller-stephenson.com/', '311', 'Unknown', 'Unknown', '', '198.27.120.5', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9718, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '65.195.118.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9830, '2016-10-21', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9925, '2016-10-22', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '129.176.151.28', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9928, '2016-10-22', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 35, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9929, '2016-10-22', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '45.55.185.79', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9933, '2016-10-22', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '195.154.102.121', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (9998, '2016-10-22', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.46.192.6', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10017, '2016-10-22', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.171.94', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10103, '2016-10-22', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '174.127.112.11', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10108, '2016-10-22', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.169.116.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10111, '2016-10-22', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'doczz', 'Unknown', 'Unknown', '', '78.47.27.170', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10154, '2016-10-22', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.189.126', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10172, '2016-10-22', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.193.38', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10179, '2016-10-22', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.154.225.26', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10183, '2016-10-22', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '166.62.118.154', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10186, '2016-10-22', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 37, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10190, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 37, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10196, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '42.96.149.69', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10217, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'SalesIntelligent', 'Unknown', 'Unknown', '', '54.146.131.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10236, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.39.31', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10297, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.188.216', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10302, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.147.195', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10310, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '180.76.15.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10324, '2016-10-23', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.252.121.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10325, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.171.94', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10338, '2016-10-23', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.192.109', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10341, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.71.231.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10449, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '136.243.73.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10455, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10460, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.109.247.244', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10464, '2016-10-23', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.148', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10465, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.197.22.181', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10473, '2016-10-23', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.100.174', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10474, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.167.64', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10480, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '64.79.85.205', '000', 101, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10497, '2016-10-23', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 42, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10528, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.65.112.252', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10560, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'PHPCrawl', 'Unknown', 'Unknown', '', '62.210.146.91', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10616, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.124.152.10', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10663, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10711, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.169.37', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10718, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.67.126.75', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10772, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.30.185', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10800, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'ZoomBot', 'Unknown', 'Unknown', '', '52.57.228.87', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10822, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10851, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '63.243.252.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10859, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '92.111.102.225', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10950, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.209.188.207', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10965, '2016-10-24', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '40.78.146.128', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10966, '2016-10-24', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (10969, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11038, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.170.73', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11048, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.67.23.106', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11075, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '93.115.29.82', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11098, '2016-10-24', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.89.27.224', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11100, '2016-10-24', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '185.4.75.97', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11102, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '69.195.77.229', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11107, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Ruby', 'Unknown', 'Unknown', '', '104.154.65.11', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11122, '2016-10-24', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.58.115.37', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11152, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '191.252.46.31', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11163, '2016-10-25', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '97.79.238.221', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11165, '2016-10-25', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 25, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11167, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.38.82.69', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11175, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '118.193.207.22', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11200, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '52.198.38.105', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11211, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.37.209', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11250, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11299, '2016-10-25', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.255.150.8', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11301, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11323, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '62.38.51.195', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11335, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '13.76.241.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11346, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.161.212', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11456, '2016-10-25', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '210.134.165.14', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11459, '2016-10-25', 'https://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.63.197.21', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11467, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '74.208.16.19', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11477, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.16', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11532, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '51.254.212.37', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11542, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Screaming', 'Unknown', 'Unknown', '', '31.168.110.29', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11546, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11577, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.208.177.59', '000', 7, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11599, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.162.0.42', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11653, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11685, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11706, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.169.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11787, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '107.22.27.63', '000', 169, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11792, '2016-10-25', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 24, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11817, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Domain', 'Unknown', 'Unknown', '', '167.114.156.198', '000', 1356, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11871, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.28.105.149', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11875, '2016-10-26', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.96', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11876, '2016-10-26', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.213.108.72', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11878, '2016-10-26', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.87.11.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11879, '2016-10-26', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '27.120.97.201', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11881, '2016-10-26', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.113.160.6', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11882, '2016-10-26', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.109.207.221', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11887, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.28.105.79', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11892, '2016-10-26', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.46.81.33', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11894, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '129.232.154.147', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11902, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '107.151.148.156', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11936, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '212.48.68.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11943, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '61.112.17.233', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11948, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.172.15.226', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11952, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.6.119', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11963, '2016-10-26', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.102.6.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11964, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.147.242.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11970, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11976, '2016-10-26', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '110.232.248.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11977, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'MSIE', 'Unknown', 'or', '', '203.133.170.78', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11990, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (11998, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '206.130.125.28', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12128, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'www', 'Unknown', 'Unknown', '', '65.51.62.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12139, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12223, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.109.181.40', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12294, '2016-10-26', 'https://stage.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.notactiveddd.com/wp_staging%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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '191.6.194.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12298, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '192.254.68.126', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12337, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '112.226.98.158', '000', 11, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12460, '2016-10-26', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.228.24', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12480, '2016-10-27', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '176.98.75.235', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12508, '2016-10-27', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '51.254.212.37', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12545, '2016-10-27', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Go', 'Unknown', 'Unknown', '', '54.224.228.67', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12566, '2016-10-27', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'SonyEricssonJ300c', 'Unknown', 'R2BA', '', '118.201.52.146', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12586, '2016-10-27', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '193.109.46.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12595, '2016-10-27', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '112.78.125.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12598, '2016-10-27', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '178.254.50.109', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12601, '2016-10-27', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.137', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12602, '2016-10-27', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.74', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12603, '2016-10-27', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '98.130.2.53', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12607, '2016-10-27', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '58.20.108.146', '000', 10, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12617, '2016-10-27', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '182.69.242.168', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12618, '2016-10-27', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging', '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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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.notactiveddd.com/wp_staging%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.notactiveddd.com/wp_staging%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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.118.119.203', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12750, '2016-10-27', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.200.12.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12783, '2016-10-27', 'https://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '173.44.40.178', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12807, '2016-10-27', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '46.252.205.153', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12968, '2016-10-28', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '194.126.200.57', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12969, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '72.18.194.32', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12973, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 15, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12984, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '23.89.246.4', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (12991, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'panscient', 'Unknown', 'Unknown', '', '72.76.221.220', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13044, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '188.212.22.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13066, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13083, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '40.87.70.28', '000', 44, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13096, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Drupal', 'Unknown', 'Unknown', '', '51.6.151.199', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13166, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.65.79', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13185, '2016-10-28', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.65.81', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13186, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'Unknown', 'Unknown', 'Unknown', '', '138.201.30.66', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13213, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '204.14.86.211', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13259, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '107.161.24.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13295, '2016-10-28', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '97.74.215.117', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13299, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.71.190.99', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13304, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '5.153.24.45', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13313, '2016-10-28', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 36, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13358, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Drupal', 'Unknown', 'Unknown', '', '162.209.95.9', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13391, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '140.32.183.252', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13402, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '172.245.251.232', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13412, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'PHP', 'Unknown', '5.', '', '23.92.120.230', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13418, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13435, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '78.47.127.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13442, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '180.210.204.141', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13447, '2016-10-29', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.138.168.125', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13448, '2016-10-29', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '87.76.17.35', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13449, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '148.251.238.7', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13459, '2016-10-29', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '37.187.26.44', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13461, '2016-10-29', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '63.117.208.71', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13465, '2016-10-29', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '208.109.181.210', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13466, '2016-10-29', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.57.247.218', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13470, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.233.194.150', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13499, '2016-10-29', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.208.28.204', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13500, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '89.42.144.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13514, '2016-10-29', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13518, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.192.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13541, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'YisouSpider', 'Unknown', 'Unknown', '', '42.156.137.102', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13555, '2016-10-29', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '95.142.159.168', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13561, '2016-10-29', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 49, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13564, '2016-10-30', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '109.232.216.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13575, '2016-10-30', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '107.161.24.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13576, '2016-10-30', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '50.62.133.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13579, '2016-10-30', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '202.181.99.22', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13582, '2016-10-30', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '184.168.200.228', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13591, '2016-10-30', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '83.143.81.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13592, '2016-10-30', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '210.134.165.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13593, '2016-10-30', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '103.206.22.50', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13594, '2016-10-30', 'https://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '198.58.84.58', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13601, '2016-10-30', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '213.133.121.63', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13602, '2016-10-30', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13745, '2016-10-30', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'ZoomBot', 'Unknown', 'Unknown', '', '52.57.203.242', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13791, '2016-10-30', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.201.59.34', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13823, '2016-10-30', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '128.157.160.13', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13833, '2016-10-30', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.6.69.2', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13865, '2016-10-31', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 32, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13892, '2016-10-31', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '188.212.22.80', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13952, '2016-10-31', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '125.209.235.185', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13965, '2016-10-31', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13984, '2016-10-31', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13991, '2016-10-31', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '54.149.80.197', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (13994, '2016-10-31', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14010, '2016-10-31', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '37.187.171.167', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14160, '2016-10-31', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '64.71.32.36', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14161, '2016-10-31', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '162.243.126.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14177, '2016-10-31', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.196.42.175', '000', 26, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14279, '2016-10-31', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.248.197.91', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14306, '2016-11-01', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '188.165.234.169', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14369, '2016-11-01', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '123.235.199.60', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14393, '2016-11-01', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.155.85.83', '000', 30, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14394, '2016-11-01', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '104.196.42.175', '000', 6, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14406, '2016-11-01', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '116.113.28.179', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14409, '2016-11-01', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'KickFire', 'Unknown', 'Unknown', '', '209.128.119.30', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14455, '2016-11-01', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.85.144.242', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14575, '2016-11-01', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.162.0.43', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14615, '2016-11-01', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '138.162.0.42', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14616, '2016-11-01', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '127.0.0.1', '000', 21, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14644, '2016-11-01', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '123.235.199.60', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14708, '2016-11-02', 'https://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Ipad', 'Unknown', 'Unknown', '', '173.255.233.124', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14715, '2016-11-02', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '203.6.77.2', '000', 14, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14739, '2016-11-02', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 3, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14750, '2016-11-02', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '119.195.170.164', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14752, '2016-11-02', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '66.11.128.152', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14780, '2016-11-02', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '190.112.221.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14798, '2016-11-02', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '91.200.12.12', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14838, '2016-11-02', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '107.183.36.134', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14915, '2016-11-02', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '141.189.251.1', '000', 2, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (14969, '2016-11-02', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '40.87.70.28', '000', 22, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15010, '2016-11-02', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.83', '000', 23, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15051, '2016-11-03', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.84', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15053, '2016-11-03', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.81', '000', 12, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15054, '2016-11-03', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.82', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15055, '2016-11-03', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.79', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15056, '2016-11-03', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '132.3.37.80', '000', 4, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15057, '2016-11-03', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.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://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '122.228.249.10', '000', 533, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15113, '2016-11-03', 'https://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '12.4.27.134', '000', 8, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15116, '2016-11-03', 'https://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '159.63.7.118', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15117, '2016-11-03', 'https://stage.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://stage.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://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Microsoft', 'Unknown', 'Unknown', '', '4.31.122.2', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15141, '2016-11-03', 'https://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.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://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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.notactiveddd.com/wp_staging%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://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.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.notactiveddd.com/wp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com/wp_staging%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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'SafeDNSBot', 'Unknown', 'Unknown', '', '146.185.129.241', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15234, '2016-11-03', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '45.114.49.182', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15241, '2016-11-03', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com/', 'PHP', 'Unknown', '5.', '', '89.42.145.20', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15252, '2016-11-03', 'https://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '139.162.245.84', '000', 34, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15258, '2016-11-04', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Screaming', 'Unknown', 'Unknown', '', '103.238.229.100', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15303, '2016-11-04', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'VB', 'Unknown', 'Unknown', '', '115.119.113.194', '000', 1, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15316, '2016-11-04', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '199.107.68.202', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15331, '2016-11-04', 'https://stage.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://stage.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://stage.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://stage.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://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.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://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.miller-stephenson.com', 'Unknown', 'Unknown', 'Unknown', '', '149.238.52.136', '000', 9, 0); 
INSERT INTO `wp_statistics_visitor` VALUES (15348, '2016-11-04', 'https://stage.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://stage.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.notactiveddd.com%2Fwp_staging%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://stage.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://stage.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://stage.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, 16, 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 (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, 21, 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 (293, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (293, 21, 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 (297, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 17, 0); 
INSERT INTO `wp_term_relationships` VALUES (297, 21, 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 (302, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (302, 16, 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 (303, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (303, 16, 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 (305, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (305, 16, 0); 
INSERT INTO `wp_term_relationships` VALUES (306, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (306, 16, 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, 21, 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 (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, 21, 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 (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, 21, 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 (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, 21, 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 (425, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (425, 21, 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 (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, 12, 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, 216, 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 (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 (1296, 15, 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, 16, 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 (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, 16, 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 (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, 16, 0); 
INSERT INTO `wp_term_relationships` VALUES (2769, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2769, 16, 0); 
INSERT INTO `wp_term_relationships` VALUES (2771, 2, 0); 
INSERT INTO `wp_term_relationships` VALUES (2771, 16, 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);
#
# 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=521 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, 279); 
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, 8); 
INSERT INTO `wp_term_taxonomy` VALUES (7, 7, 'nav_menu', '', 0, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (8, 8, 'product_cat', '<h3>Miller-Stephenson Release Agents</h3>\r\nRelease Agents | Semi-Permanent | PTFE | High Temp\r\n\r\n<span style="font-size: 14.4px;">[ux_product_categories ids="21,16,20" number="10" title="Release Agents" ]</span>\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 developed specialized release agent formulations for manufacturing operations such as: <a href="https://stage.miller-stephenson.com/composite-mold-release-agents/">composite/FRP molding</a>, <a href="https://stage.miller-stephenson.com/rubber-mold-release/">elastomer and rubber molding</a>, <a href="https://stage.miller-stephenson.com/polyurethane-mold-release-agents/">polyurethane and extrusion PU</a>, <a href="https://stage.miller-stephenson.com/composite-mold-release-agents/">mandrel lay-ups, vacuum bag molding</a>, rotational, compression and injection molding, etc. Our mold release agents are optimized to maximize the 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. Utilizing the most technological advanced mold release systems, Miller-Stephenson will help molders maximize releases per application and minimize defects and scrap rates , <strong> <a href="https://stage.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</a></strong> or for <a href="https://stage.miller-stephenson.com/mold-release-application-guide/"><strong>guidance on proper mold preparation and release agent application.</strong></a>\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 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<h4><strong>Semi-Permanent Release Agents</strong></h4>\r\nThe ReleaSys 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 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.\r\n\r\n', 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://stage.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, 6); 
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://stage.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, 11); 
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 are specialized for each molding operations, and the MS-122/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://stage.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. 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://stage.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://stage.miller-stephenson.com/mold-release-application-guide/"><strong>guidance on proper mold preparation and release agent application.</strong></a>', 8, 10); 
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', 'Miller-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 particular effective for use in high-temperature composite resin formation and is also an ideal for die-casting of low melting point metals such as lead. Moreover boron nitride is an effective protectant for MAG and MIG welding nozzles while not effective the quality of the welds. Miller-Stephenson formulations allow the creation of a dry-film-lubricant that provides the great properties of Boron nitride in an easy-to-use package that delivers low electrical conduction, high thermal conduction, prevention of reactions between materials, and has superior release.', 8, 1); 
INSERT INTO `wp_term_taxonomy` VALUES (21, 21, 'product_cat', 'ReleaSys 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 formulation that are applicable for virtually all types of <a href="https://stage.miller-stephenson.com/composite-mold-release-agents/">composites</a>, <a href="https://stage.miller-stephenson.com/rubber-mold-release/">elastomers</a>, <a href="https://stage.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://stage.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://stage.miller-stephenson.com/mold-release-application-guide/"> help with application or troubleshooting while using ReleaSys</a><a href="https://stage.miller-stephenson.com/troubleshooting-common-molding-issues/">.</a></strong>', 8, 8); 
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', 'Miller-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 Silcone 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://stage.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', 'Miller-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://stage.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 Miller-Stephenson conformal coatings. MS-114C safely dissolves acrylic, urethane, silicone and varnish coatings without damage to most electronic components. Nonflammable. 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, 33); 
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://stage.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', '', 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', '', 35, 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', 'Krytox TS4 thread sealant, 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.\r\n\r\nKrytox 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<ul>\r\n 	<li>Key Benefits</li>\r\n 	<li>Unlike PTFE tape, which should be removed before re-application, Krytox TS4 can be re-applied over existing Krytox thread sealant.</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, 9); 
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://stage.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://stage.miller-stephenson.com/product/vertrel-mca/">MCA / MCA Plus</a>, <a href="https://stage.miller-stephenson.com/product/vertrel-sdg/">SDG</a>, <a href="https://stage.miller-stephenson.com/product/vertrel-sfr/">SFR</a>, <a href="https://stage.miller-stephenson.com/product/vertrel-smt/">SMT</a>, <a href="https://stage.miller-stephenson.com/product/vertrel-x-si/">X-Si</a>, and <a href="https://stage.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://stage.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, 8); 
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, 1); 
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, 1); 
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);
#
# 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=941 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', '19'); 
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', '6'); 
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:4:"1205";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', '8'); 
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', '1'); 
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', '21'); 
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', '8'); 
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', '1'); 
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');
#
# 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=521 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, '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 Stripper', 'conformal-coating-stripper', 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, 'TS4', '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-removers', 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);
#
# 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=8307 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=html&widgets_access=off&uploader=1&post_dfw=off&posts_list_mode=list'); 
INSERT INTO `wp_usermeta` VALUES (16, 1, 'wp_user-settings-time', '1479337238'); 
INSERT INTO `wp_usermeta` VALUES (17, 1, 'wp_dashboard_quick_press_last_post_id', '3690'); 
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', '3694'); 
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=tinymce&hidetb=1&advImgDetails=show&posts_list_mode=list&imgsize=full'); 
INSERT INTO `wp_usermeta` VALUES (53, 2, 'wp_user-settings-time', '1487965548'); 
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', '3696'); 
INSERT INTO `wp_usermeta` VALUES (99, 3, 'wp_user-settings', 'libraryContent=browse&editor=tinymce&hidetb=1&advImgDetails=show&post_dfw=on'); 
INSERT INTO `wp_usermeta` VALUES (100, 3, 'wp_user-settings-time', '1484232139'); 
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:501:"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://stage.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', ''); 
INSERT INTO `wp_usermeta` VALUES (186, 6, 'last_name', ''); 
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', '1474990742'); 
INSERT INTO `wp_usermeta` VALUES (227, 6, 'session_tokens', 'a:2:{s:64:"6f60f3cbe8835f39536baf040a3d5df14deb98b5e0e809dbfb7d5195e30d12ed";a:4:{s:10:"expiration";i:1478607946;s:2:"ip";s:13:"24.63.154.108";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:1477398346;}s:64:"a4564e80e99578777719a4ab11d9ee23bb17db640735c16fcd64c3e240e059a1";a:4:{s:10:"expiration";i:1478705242;s:2:"ip";s:13:"24.63.154.108";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:1477495642;}}'); 
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:"28bd09134824d99befaea747ce976711b322a022c998273bccee3cfc507de7b7";a:4:{s:10:"expiration";i:1488397043;s:2:"ip";s:13:"24.63.154.108";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:1488224243;}s:64:"b4ff3c7593f4c382e32cd99d46a7d81fc73a02cddcba1468cb58cdb6ddc1a428";a:4:{s:10:"expiration";i:1488463569;s:2:"ip";s:13:"24.63.154.108";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:1488290769;}}'); 
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:"23b6976bc70844473ac170b8f6505e59a195cc406dfeecc8fccbeaf44a3db5a1";a:4:{s:10:"expiration";i:1488984930;s:2:"ip";s:13:"24.63.154.108";s:2:"ua";s:79:"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MDDCJS)";s:5:"login";i:1487775330;}}'); 
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:5:{s:64:"0dbc8aba6f013c208e3d3511d0106402aaaa0c4fed3304f1233ae2995177a01b";a:4:{s:10:"expiration";i:1488929529;s:2:"ip";s:13:"47.138.212.52";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:1487719929;}s:64:"0c6969246434fdba0ceb61d850f3f604436138444976c10b0e8a97af16421b65";a:4:{s:10:"expiration";i:1488386188;s:2:"ip";s:13:"47.138.212.52";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:1488213388;}s:64:"2a21eb4b80cd2b755332182a65bd60b816bb12b0715887f2e83155b26d9e5fd1";a:4:{s:10:"expiration";i:1488397568;s:2:"ip";s:13:"47.138.212.52";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:1488224768;}s:64:"e5fe197d38986117d41b49cbfa96d3cf8b00ea65b523f70c1bff79840145e99b";a:4:{s:10:"expiration";i:1488473789;s:2:"ip";s:13:"47.138.212.52";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:1488300989;}s:64:"6c4800cd46df2f550194e46811a7f03e925440c06e488ef9c0d37fa31da1de09";a:4:{s:10:"expiration";i:1488478384;s:2:"ip";s:13:"47.138.212.52";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:1488305584;}}'); 
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: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 (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:"1b7b6c4357b3f083b7dac2281f00e9257aec01aebbecbbe52b62dd2d0fb763b4";a:4:{s:10:"expiration";i:1484097652;s:2:"ip";s:12:"14.36.156.26";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:1482888052;}}'); 
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: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 (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:"0d994764984db205814e20804f41320f6f13f783034db9bea3c0aab006623293";a:4:{s:10:"expiration";i:1489411440;s:2:"ip";s:13:"24.63.154.108";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:1488201840;}}'); 
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:1:{i:0;s:9:"formatdiv";}'); 
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:12:"shop_manager";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (1292, 64, 'wp_user_level', '9'); 
INSERT INTO `wp_usermeta` VALUES (1293, 64, '_yoast_wpseo_profile_updated', '1476291540'); 
INSERT INTO `wp_usermeta` VALUES (1294, 64, 'session_tokens', 'a:1:{s:64:"ee24787842a0361372e8423d9557705fa05ce801655214759aace17d66554ac8";a:4:{s:10:"expiration";i:1477497940;s:2:"ip";s:13:"24.63.154.108";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:1476288340;}}'); 
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', '1476291540'); 
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:"73a393a00c6ddfd99f83de4519fbf08ccdcb61af66b022303ae7fb53ae27fb01";a:4:{s:10:"expiration";i:1477511691;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/53.0.2785.143 Safari/537.36";s:5:"login";i:1476302091;}}'); 
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 (1380, 67, 'session_tokens', 'a:1:{s:64:"96acb5446f7a1e25ea31642020e52e17c46d520afae6c8da3c0c1ad796578632";a:4:{s:10:"expiration";i:1480718161;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:1480545361;}}'); 
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:8:{s:64:"a6416f24321a129dbf5a1d0ad1ef4f719a2fdf62d429d36bb07de435936d0851";a:4:{s:10:"expiration";i:1488394834;s:2:"ip";s:13:"24.63.154.108";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:1488222034;}s:64:"c5eadc0b89435c86e8687b5164dc33c7e9b9e6d120c804807b437cee18f1c4d1";a:4:{s:10:"expiration";i:1488473131;s:2:"ip";s:13:"24.63.154.108";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:1488300331;}s:64:"61328e95ec00af5318beb0e669cbae29473ebcf7f30557c231ace2ec5a37e17d";a:4:{s:10:"expiration";i:1488473164;s:2:"ip";s:13:"24.63.154.108";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:1488300364;}s:64:"f0c03791919a1fb89b033b25e25f74431dd38e9707462ab1afcecf11d36a5f24";a:4:{s:10:"expiration";i:1489510198;s:2:"ip";s:13:"24.63.154.108";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:1488300598;}s:64:"eb53da3d519aee6dbe2664c13855e3bd8f6ad3e608a6a7efd34350e5f5ff6156";a:4:{s:10:"expiration";i:1488473453;s:2:"ip";s:13:"24.63.154.108";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:1488300653;}s:64:"71c808e4438f65fe4b6f33bcf9c531ded977641abca3fe416f0327bbee79bc83";a:4:{s:10:"expiration";i:1488473752;s:2:"ip";s:13:"24.63.154.108";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:1488300952;}s:64:"7ab13a20f9d0fb22ddffa24b119fb02f1bea7e1e94ad39d5ba56c1f5b491e62e";a:4:{s:10:"expiration";i:1488550513;s:2:"ip";s:13:"24.63.154.108";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:1488377713;}s:64:"f480ad8e8703b8ed706840c38eb42d7bcef50137d22e01856015708ce70c76ad";a:4:{s:10:"expiration";i:1488565246;s:2:"ip";s:13:"24.63.154.108";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:1488392446;}}'); 
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:"bf10dcca929b168556864bc501732bcc76765ff307f16f29980cb4ec5a80215c";a:4:{s:10:"expiration";i:1478107497;s:2:"ip";s:13:"12.125.233.42";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:1476897897;}}'); 
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:"689c20e25d2aa1f5f9dd08e5a4c2ebcda6dc117674e75832184ddd4a023d717a";a:4:{s:10:"expiration";i:1482857565;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:1481647965;}}'); 
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:501:"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://stage.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:"4f1bbbee848f7347b3762be983da0ba34687dcd96a6aaa587b33896acb9a4cc6";a:4:{s:10:"expiration";i:1481032764;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:1479823164;}}'); 
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:"755cbc35115db1a82a2480a4eeeec72f45561387679ef60b09ed78adea435fd4";a:4:{s:10:"expiration";i:1481564935;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/54.0.2840.99 Safari/537.36";s:5:"login";i:1480355335;}}'); 
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:"2fc23ae3cd1c5e2a8421dc391e880094840fbc2630c49b70281ed59670392e08";a:4:{s:10:"expiration";i:1481759661;s:2:"ip";s:14:"116.212.206.86";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:1480550061;}}'); 
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:"88856880663dc1a15830f0a34800d202693f42fdfa074a1f7c2b178a48ae2cd5";a:4:{s:10:"expiration";i:1482350495;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:1481140895;}}'); 
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:"8ea8dd8c555666c2bdba290704dd11e3979cb46526b21a2f419f01dc729cf4f0";a:4:{s:10:"expiration";i:1482847571;s:2:"ip";s:14:"128.148.231.12";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:1481637971;}}'); 
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:"d9a6a6af3b17bba06875e49c9b3e696d739519633e853ef54d9f752383702ed5";a:4:{s:10:"expiration";i:1483427184;s:2:"ip";s:12:"217.165.9.46";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:1482217584;}}'); 
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:2:{s:64:"7e294bfab81662d8f8278ac78d8cbbff52a2ab58f2b42c8f1e4cc7cbc3683410";a:4:{s:10:"expiration";i:1483484117;s:2:"ip";s:15:"115.115.139.174";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:1482274517;}s:64:"11e52596fdbd53b60bb3ed05c76e580ffae1275e677c704e6bd8d19dba13ab0d";a:4:{s:10:"expiration";i:1482447327;s:2:"ip";s:15:"115.115.139.174";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:1482274527;}}'); 
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:"e268402ef7f3456fa5429bea2539924db08460aa2598dcb38cd930c760db4583";a:4:{s:10:"expiration";i:1483490812;s:2:"ip";s:14:"198.137.214.36";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:1482281212;}}'); 
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:"bf00ba99230ccdc68e4a6cf9aaf59a19999ff8c573ac6e062bd533a23e9a1767";a:4:{s:10:"expiration";i:1484162070;s:2:"ip";s:14:"122.172.68.157";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:1482952470;}}'); 
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:"3befef6676ef1d08aca2331e00577070514300ce56504c09538497ab522c8b42";a:4:{s:10:"expiration";i:1484767462;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/55.0.2883.75 Safari/537.36";s:5:"login";i:1483557862;}}'); 
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:8:"customer";b:1;}'); 
INSERT INTO `wp_usermeta` VALUES (5550, 317, 'wp_user_level', '0'); 
INSERT INTO `wp_usermeta` VALUES (5551, 317, '_yoast_wpseo_profile_updated', '1483647006'); 
INSERT INTO `wp_usermeta` VALUES (5552, 317, 'session_tokens', 'a:1:{s:64:"34bc7353917edc792a7582bbc6d1de46709acfbe1fce81b1688fdb0fffc4a9fc";a:4:{s:10:"expiration";i:1484856607;s:2:"ip";s:13:"24.63.154.108";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1483647007;}}'); 
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:7:{s:64:"d0275ea78b3e6c85934c6fe8b546bb030bed3811daf386f2f2eff0d29c33b46c";a:4:{s:10:"expiration";i:1488979949;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/56.0.2924.87 Safari/537.36";s:5:"login";i:1487770349;}s:64:"a83968d71417bd473a0caf7bd904469777611faf88e2a626fc921ce57a5ae3af";a:4:{s:10:"expiration";i:1488992606;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/56.0.2924.87 Safari/537.36";s:5:"login";i:1487783006;}s:64:"f8ab4f2074e8e325198f0ed6dd5ec9f8b09a69263948417f7e05f293901dcb80";a:4:{s:10:"expiration";i:1489411402;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/56.0.2924.87 Safari/537.36";s:5:"login";i:1488201802;}s:64:"a06882adf910dc587fcc92c900ac0d7a4fdd14eae7344e61d1b3a78f42bf5da0";a:4:{s:10:"expiration";i:1488379224;s:2:"ip";s:13:"50.151.36.144";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:1488206424;}s:64:"6b625a571f04af6e67f511d04857abce5d70c7628bd257244366655e0f3cb465";a:4:{s:10:"expiration";i:1488381305;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/56.0.2924.87 Safari/537.36";s:5:"login";i:1488208505;}s:64:"6742c5c2cd9763d581ad1cd9c83a034cbc59a9f31f4115a235ebb31686b3514f";a:4:{s:10:"expiration";i:1488461287;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/56.0.2924.87 Safari/537.36";s:5:"login";i:1488288487;}s:64:"513bc5d8af0f2fb890028628abf5cdeb806ec8417c84e5e6274aefea989a9c17";a:4:{s:10:"expiration";i:1488464748;s:2:"ip";s:13:"50.151.36.144";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:1488291948;}}'); 
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:"d47480c44630f3ebb6d8ace51a6308b0f71e377d681ca8ccf4beaca50375c7ef";a:4:{s:10:"expiration";i:1487833753;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:1487660953;}}'); 
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:"97f0f8eddfc817d971b7d46f890181791b671cb042f0033214e83908709a74b3";a:4:{s:10:"expiration";i:1485871675;s:2:"ip";s:12:"76.88.35.111";s:2:"ua";s:120:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36";s:5:"login";i:1484662075;}}'); 
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:2:{s:64:"5ddadfddb181d734ca13310df11a2a233928c112d59ce043b5ef7fd1337b5ed4";a:4:{s:10:"expiration";i:1487969413;s:2:"ip";s:13:"24.63.154.108";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:1487796613;}s:64:"8ae782c625d25b62154a08ed99df2450fa6f462ffa4701df31dcbeccec03302c";a:4:{s:10:"expiration";i:1488031369;s:2:"ip";s:13:"24.63.154.108";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:1487858569;}}'); 
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', ''); 
INSERT INTO `wp_usermeta` VALUES (6386, 374, 'last_name', ''); 
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:2:{s:64:"6d85d999c9133cc986f39ce8aaf13f540c56a9c2a457ddd82042734e34d59485";a:4:{s:10:"expiration";i:1485510631;s:2:"ip";s:13:"106.51.64.152";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1485337831;}s:64:"12373928a525c60cd99b5ddb677ff3e06571ddf79d63a4445ad6e78713930203";a:4:{s:10:"expiration";i:1486548233;s:2:"ip";s:13:"106.51.64.152";s:2:"ua";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:50.0) Gecko/20100101 Firefox/50.0";s:5:"login";i:1485338633;}}'); 
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:"b2cc90a4ab055f1619cd9ccfadeb3be421191d0791c0af0cba0c190280b648c6";a:4:{s:10:"expiration";i:1486966785;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:1485757185;}}'); 
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:"7bceff772ad36e9c40a86e8079994ffadce331f110d14b11ce9c08aa1577e3de";a:4:{s:10:"expiration";i:1488126357;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:1487953557;}}'); 
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:1:{s:64:"56c24350c274f65ccd28ac49a36e7ac1c53d01fd47dbe3fa190dcc914a32a73b";a:4:{s:10:"expiration";i:1487020855;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/55.0.2883.87 Safari/537.36";s:5:"login";i:1485811255;}}'); 
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:"3097c9421b1bcb1af0d66e9fb9956c40d7b948b4f308fddc58c783e17e7bd935";a:4:{s:10:"expiration";i:1487050381;s:2:"ip";s:15:"103.232.232.132";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:1485840781;}}'); 
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 (6926, 2, 'session_tokens', 'a:1:{s:64:"ec08bda0c1c64cc507746f3a3119f71961b194d72e57ac16ef4fdab3dc34b99d";a:4:{s:10:"expiration";i:1488460707;s:2:"ip";s:13:"24.63.154.108";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:1488287907;}}'); 
INSERT INTO `wp_usermeta` VALUES (6927, 108, 'session_tokens', 'a:1:{s:64:"936ad53561904d24513946cb8d35bfecef51b7930ea76dac9c41e0abf07f7fa5";a:4:{s:10:"expiration";i:1486134957;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:1485962157;}}'); 
INSERT INTO `wp_usermeta` VALUES (6928, 291, 'session_tokens', 'a:1:{s:64:"c16180eb43ffe33b5008b04601b2827220a4aa5c986645fb74ddbb2f5da1026a";a:4:{s:10:"expiration";i:1489092130;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:1487882530;}}'); 
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:"79ef03e746bc7bc72fd7bc2b130fe3be5dc9a6becbf8cb7f8f970470c5afae32";a:4:{s:10:"expiration";i:1487179159;s:2:"ip";s:13:"173.13.84.237";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:1485969559;}}'); 
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:"390ceff4cae4dce3e8c09b3245831c9875a354b988a812b92ed139b14331c0eb";a:4:{s:10:"expiration";i:1487198570;s:2:"ip";s:12:"12.230.39.71";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:1485988970;}}'); 
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:"29af77e53be9a2193e966239971f7c6a007655ddf25f1a76ea5f45524f60de25";a:4:{s:10:"expiration";i:1487261172;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/55.0.2883.87 Safari/537.36";s:5:"login";i:1486051572;}}'); 
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:"b6af3e03f4338f53d526d52d358dafeb1255d520065384dff7611a22c53cbdfd";a:4:{s:10:"expiration";i:1487791329;s:2:"ip";s:13:"139.88.104.47";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:1486581729;}}'); 
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:"71442942512b27c5ac370d8afe39988211cf4939c9f98a2fc352704ab0d9f0e1";a:4:{s:10:"expiration";i:1488224776;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:1487015176;}}'); 
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', ''); 
INSERT INTO `wp_usermeta` VALUES (7640, 456, 'last_name', ''); 
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:"ac899752e353760fc27ea7906bb502bdec5a1db462bb26944ed274ac7e284821";a:4:{s:10:"expiration";i:1488391817;s:2:"ip";s:13:"64.179.213.55";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:1487182217;}}'); 
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:"907547031fe7f9b47a0b05ee2b806b5931fee92edb64ad078b4e92acc7c57b56";a:4:{s:10:"expiration";i:1488053224;s:2:"ip";s:13:"24.63.154.108";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:1487880424;}}'); 
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 (7788, 26, 'session_tokens', 'a:1:{s:64:"d3ccf1341d10489e52c93e42a876aa0bdfc2c41da55f95ca72c78ecea3b69249";a:4:{s:10:"expiration";i:1488540836;s:2:"ip";s:15:"112.198.242.212";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:1487331236;}}'); 
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:"9d576cc6e90004b89c48f0f44db1616471e759295f440cce70a39f95c721fc62";a:4:{s:10:"expiration";i:1488555927;s:2:"ip";s:14:"134.121.88.195";s:2:"ua";s:68:"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko";s:5:"login";i:1487346327;}}'); 
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:"441437441b960fddd005fdd28f5141880becc2e1e4b0a2f234f9a5d0e40249e3";a:4:{s:10:"expiration";i:1488990651;s:2:"ip";s:12:"198.49.82.49";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:1487781051;}}'); 
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:"ca2769efd63e69e390ff6dc8219e673645518d63085b6916ad42225f0b33e701";a:4:{s:10:"expiration";i:1489093920;s:2:"ip";s:12:"96.81.115.81";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:1487884320;}}'); 
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 (8157, 490, 'session_tokens', 'a:1:{s:64:"890d57cb4dd56272a70fb97828410ba4685ab9304a38854d28a98f6a953e138e";a:4:{s:10:"expiration";i:1489158500;s:2:"ip";s:14:"137.244.215.56";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:1487948900;}}'); 
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:1:{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;}}'); 
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:"ee586bb46bbe7f315b8963f8983a81a1c48340d692d751e3c64a7ecda98ff25d";a:4:{s:10:"expiration";i:1489403143;s:2:"ip";s:13:"144.191.148.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:1488193543;}}'); 
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:"1a977a4e25e62efb8806dfb05bf4a086f1e4ae44bdf98bddf55713b3ca4fe9d3";a:4:{s:10:"expiration";i:1489424667;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:1488215067;}}'); 
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;}}');
#
# 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=500 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', '1471373465:$P$BVRAQGRYrDsEUlXOBQ7bbP5PGA.cro/', 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$BpPlTCF5iAcd3KZpP6bc.skeJbUlQ6/', 'cmehta', 'cmehta@mschem.com', '', '2016-09-27 15:31:19', '', 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', '', 0, 'michael.b.taylor1'); 
INSERT INTO `wp_users` VALUES (25, 'CA Sales', '$P$BxscX.bcQAKkVN3ze2OKcjJpUORl4r.', 'ca-sales', 'casales@mschem.com', 'https://stage.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', '', 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', '', 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', '', 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', '', 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', '$P$ByOY0si.s55nvQEgCsEpVVMK6MQcTc1', 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$BsAZ8IGDdSP.iKzbXtEj1roBtMRIPC0', 'jsaffo', 'jsaffo@mschem.com', '', '2016-10-12 16:05:40', '', 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', '', 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', '', 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', '', 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', '', 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', '$P$BJQCx0YYa/sttkmYrt6HAlPnrkDQK51', 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', '', 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', '', 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', '', 0, 'sknowlton'); 
INSERT INTO `wp_users` VALUES (260, 'stefanie', '$P$BfHJpC.klsZjIRZsFKfI8KFa1/l..t1', 'stefanie', 'stefanie@msdssource.biz', '', '2016-12-15 16:37:23', '', 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', '', 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', '', 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', '', 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', '', 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', '', 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$B2.tX0vB6FhtNqFe1SsE.dTviywikT.', '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', '', 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', '', 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', '', 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$Bj7yZ7dLey6zXYZBjQ9//sNw8iPciN.', 'kpeterson', 'kpeterson@ehs.com', '', '2017-01-21 16:23:38', '', 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', '1485377922:$P$BEFRTZV5smefLqN0LSa14XCT38h6Kp1', 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', '', 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', '', 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$Bwqaxyp9Hm6dudZ8/F9FS7WIC8KlRk1', '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', '', 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', '', 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', '', 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');
#
# 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=75 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ;

#
# Data contents of table `wp_woocommerce_sessions`
#
 
INSERT INTO `wp_woocommerce_sessions` VALUES (74, '1', 'a:18:{s:4:"cart";s:6:"a:0:{}";s:15:"applied_coupons";s:6:"a:0:{}";s:23:"coupon_discount_amounts";s:6:"a:0:{}";s:27:"coupon_discount_tax_amounts";s:6:"a:0:{}";s:21:"removed_cart_contents";s:6:"a:0:{}";s:19:"cart_contents_total";i:0;s:5:"total";i:0;s:8:"subtotal";i:0;s:15:"subtotal_ex_tax";i:0;s:9:"tax_total";i:0;s:5:"taxes";s:6:"a:0:{}";s:14:"shipping_taxes";s:6:"a:0:{}";s:13:"discount_cart";i:0;s:17:"discount_cart_tax";i:0;s:14:"shipping_total";i:0;s:18:"shipping_tax_total";i:0;s:9:"fee_total";i:0;s:4:"fees";s:6:"a:0:{}";}', 1488565205);
#
# 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`
# --------------------------------------------------------

